break_error_002.phpt 236 B

12345678910
  1. --TEST--
  2. 'break' error (operator with non-integer operand)
  3. --FILE--
  4. <?php
  5. function foo () {
  6. break $x;
  7. }
  8. ?>
  9. --EXPECTF--
  10. Fatal error: 'break' operator with non-integer operand is no longer supported in %sbreak_error_002.php on line 3