import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / array_walk_recursive_error1.php.expectf
blob7840c4b3d1a99e36f2799e2edf4c82598f981824
1 *** Testing array_walk_recursive() : error conditions ***
2 -- Testing array_walk_recursive() function with zero arguments --
3 HipHop Warning: %a
4 NULL
5 -- Testing array_walk_recursive() function with one argument --
6 HipHop Warning: %a
7 NULL
8 -- Testing array_walk_recursive() function with non existent callback function  --
9 HipHop Warning: %a
10 NULL
11 Done