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