import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / array_filter_error.php.expectf
blob0a6a769b5819f373979972147b6a8ef7bc7c16c3
1 *** Testing array_filter() : error conditions ***
2 -- Testing array_filter() function with Zero arguments --
3 HipHop Warning: %a
4 NULL
5 -- Testing array_filter() function with more than expected no. of arguments --
6 HipHop Warning: %a
7 NULL
8 -- Testing array_filter() function with incorrect callback --
9 HipHop Warning: %a
10 NULL
11 Done