fork(1) download
  1. <?php
  2. $x = "1";
  3. if ($x === 1) {
  4. echo "é 1";
  5. } else if ($x === 2) {
  6. echo "é 2";
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/215652/101
Success #stdin #stdout 0.02s 24344KB
stdin
Standard input is empty
stdout
Standard output is empty