fork(2) download
  1. <?php
  2.  
  3. // your code goes here
  4. echo '1d9' + 1;
  5. echo '<br/>';
  6. echo '1e2' + 1;
  7. echo ' space ';
  8. echo '1e1' - 1;
  9.  
  10. echo '\r\n';
  11.  
  12. echo 'asdasda3e2' + 1;
  13. echo 'sadasd' + 1;
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
2<br/>101 space 9\r\n11