fork(1) download
  1. <?php
  2. $a = "72";
  3. if(isset($a["ErrorTable"]))
  4. echo "YES";
  5. else
  6. echo "NO";
  7.  
  8. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
NO