summaryrefslogtreecommitdiff
path: root/Zend/tests/break_error_003.phpt
blob: fa782343b1742dbe5bd357660a0dfaad6e78c182 (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