fork download
  1. <?php
  2. $wynik = "wynik";
  3. $plus = "+";
  4. eval("echo $wynik.\" = \".(1 $plus 1);");
Success #stdin #stdout #stderr 0.01s 82560KB
stdin
Standard input is empty
stdout
wynik = 2
stderr
PHP Notice:  Use of undefined constant wynik - assumed 'wynik' in /home/spInmo/prog.php(4) : eval()'d code on line 1