Annotation of embedaddon/php/Zend/tests/each_001.phpt, revision 1.1.1.1
1.1 misho 1: --TEST--
2: Testing each() with an undefined variable
3: --FILE--
4: <?php
5:
6: each($foo);
7:
8: ?>
9: --EXPECTF--
10: Warning: Variable passed to each() is not an array or object in %s on line %d