php-src/Zend/tests/each_001.phpt

11 lines
173 B
Plaintext
Raw Normal View History

2008-05-12 17:55:21 +00:00
--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