fork download
  1. <?php
  2.  
  3. $p = jiaaa;
  4. if (strpos($p, 'i') !== true) {
  5. echo $p;
  6. }
  7. else {
  8. echo '+38(062) 389 44 01';
  9. }
  10.  
Success #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
jiaaa
stderr
PHP Notice:  Use of undefined constant jiaaa - assumed 'jiaaa' in /home/FNW1Vd/prog.php on line 3