summaryrefslogtreecommitdiff
path: root/Zend/tests/each_001.phpt
blob: 06ab52a9c8633c659af1f6195a881f5bc1ef9215 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Testing each() with an undefined variable
--FILE--
<?php

each($foo);

?>
--EXPECTF--
Warning: Variable passed to each() is not an array or object in %s on line %d