import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / stripslashes_error.php.expectf
blob387b69aeff542bab8958255b975bce746bd6f167
1 *** Testing stripslashes() : error conditions ***
3 -- Testing stripslashes() function with Zero arguments --
4 HipHop Warning: %a
5 NULL
7 -- Testing stripslashes() function with more than expected no. of arguments --
8 HipHop Warning: %a
9 NULL
10 string(18) "\"hello\"\"world\""
11 Done