import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / stristr_error.php.expectf
blob7db3e852b28f3b08a137e110e4430b93ca3a79ed
1 *** Testing stristr() : error conditions ***
3 -- Testing stristr() function with no arguments --
4 HipHop Warning: %a
5 NULL
6 HipHop Warning: %a
7 NULL
9 -- Testing stristr() function with no needle --
10 HipHop Warning: %a
11 NULL
13 -- Testing stristr() function with more than expected no. of arguments --
14 HipHop Warning: %a
15 NULL
17 -- Testing stristr() function with empty haystack --
18 HipHop Warning: %a
19 bool(false)
21 -- Testing stristr() function with empty needle --
22 HipHop Warning: %a
23 bool(false)
24 ===DONE===