fork download
  1. <?php
  2.  
  3. $a = 1;
  4. var_dump($a, $a );
Success #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
NULL
int(1)
stderr
PHP Notice:  Undefined variable: a in /home/dEFcgN/prog.php on line 4