fork(2) download
  1. <?php
  2. function abc() {
  3. echo 1+2;
  4. }
  5.  
  6. $str = "abc";
  7. $str();
  8. ?>
Success #stdin #stdout 0.01s 13112KB
stdin
Standard input is empty
stdout
3