each_001.phpt 173 B

12345678910
  1. --TEST--
  2. Testing each() with an undefined variable
  3. --FILE--
  4. <?php
  5. each($foo);
  6. ?>
  7. --EXPECTF--
  8. Warning: Variable passed to each() is not an array or object in %s on line %d