Lines Matching refs:each

2 Test each() function : usage variations - Pass different data types as $arr arg
5 /* Prototype : array each(array $arr)
12 * Pass different data types as $arr arg to each() to test behaviour
15 echo "*** Testing each() : usage variations ***\n";
86 // loop through each element of $inputs to check the behavior of each()
90 var_dump( each($input) );
100 *** Testing each() : usage variations ***
104 Warning: Variable passed to each() is not an array or object in %s on line %d
109 Warning: Variable passed to each() is not an array or object in %s on line %d
114 Warning: Variable passed to each() is not an array or object in %s on line %d
119 Warning: Variable passed to each() is not an array or object in %s on line %d
124 Warning: Variable passed to each() is not an array or object in %s on line %d
129 Warning: Variable passed to each() is not an array or object in %s on line %d
134 Warning: Variable passed to each() is not an array or object in %s on line %d
139 Warning: Variable passed to each() is not an array or object in %s on line %d
144 Warning: Variable passed to each() is not an array or object in %s on line %d
149 Warning: Variable passed to each() is not an array or object in %s on line %d
154 Warning: Variable passed to each() is not an array or object in %s on line %d
159 Warning: Variable passed to each() is not an array or object in %s on line %d
164 Warning: Variable passed to each() is not an array or object in %s on line %d
169 Warning: Variable passed to each() is not an array or object in %s on line %d
174 Warning: Variable passed to each() is not an array or object in %s on line %d
179 Warning: Variable passed to each() is not an array or object in %s on line %d
184 Warning: Variable passed to each() is not an array or object in %s on line %d
192 Warning: Variable passed to each() is not an array or object in %s on line %d
197 Warning: Variable passed to each() is not an array or object in %s on line %d
202 Warning: Variable passed to each() is not an array or object in %s on line %d
210 Warning: Variable passed to each() is not an array or object in %s on line %d
215 Warning: Variable passed to each() is not an array or object in %s on line %d
220 Warning: Variable passed to each() is not an array or object in %s on line %d