fork download
  1. <?
  2.  
  3. $d = 'ds';
  4. if ($d === true) {
  5. echo 'x';
  6. } else {
  7. echo 'y';
  8. }
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
y