--TEST-- Timeout within array_walk --SKIPIF-- --FILE-- 1, 2 => 1, 3 => 1, 4 => 1, 5 => 1, 6 => 1, 7 => 1); array_walk($a, "cb", "junk"); $diff = microtime(true) - $startTime; echo "time spent waiting: $diff\n"; ?> never reached here --EXPECTF-- Fatal error: Maximum execution time of 3 seconds exceeded in %s on line %d