import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / explode_error.php.expectf
blob55230d0966584881f7d641e6dee0fafeb6276761
1 *** Testing explode() : error conditions ***
3 -- Testing explode() function with no arguments --
4 HipHop Warning: %a
5 NULL
7 -- Testing explode() function with more than expected no. of arguments --
8 HipHop Warning: %a
9 NULL
10 ===Done===