one fable-low hijack cell
pair cpp / php
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked cpp (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` Operator in PHP vs C++
The `^` symbol is the **bitwise XOR** operator in both languages — it compares bits and returns `1` where bits differ.
## PHP
```php
$a = 5; // 0101
$b = 3; //
neighbors