fork(3) download
  1. <?php
  2.  
  3. // your code goes here
  4. $a=10;
  5. $a=$a++ + ++$a;
  6. echo $a;
  7.  
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
22