fork(1) download
  1. <?php
  2. $i = 5;
  3. var_dump($i|$i-->1&2|3);
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
int(7)