fork download
  1. <?php
  2. $i = 2;
  3. while (true) {
  4. while (true) {
  5. break $i;
  6. }
  7. }
  8.  
Runtime error #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  'break' operator with non-constant operand is no longer supported in /home/KdsRRM/prog.php on line 5