Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_walk_error2.php.expectf
blobb2bf4c1e42309074ec62b800868186f84ac3b20c
1 *** Testing array_walk() : error conditions - callback parameters ***
2 HipHop Warning: %s
4 callback1() invoked 
5 bool(true)
6 HipHop Warning: %s
8 callback2() invoked 
9 bool(true)
11 callback1() invoked 
12 bool(true)
14 callback2() invoked 
15 bool(true)
16 -- Testing array_walk() function with too many callback parameters --
17 HipHop Warning: %s
18 NULL
19 Done