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

each($foo);

?>
--EXPECTF--
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in %s on line %d

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