summaryrefslogtreecommitdiff
path: root/Zend/tests/break_error_003.phpt
blob: 44a0e849ff2a80e6ef38418cf11b0414d362ba1f (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
'break' error (not in the loop context)
--FILE--
<?php
function foo () {
    break;
}
?>
--EXPECTF--
Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3