import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / convert_uudecode_error.php.expectf
blobfbc17e3a7a30159cec840e0fec6db1c5ae59345e
1 *** Testing convert_uudecode() : error conditions ***
3 -- Testing convert_uudecode() function with no arguments --
4 HipHop Warning: %a
5 bool(false)
7 -- Testing convert_uudecode() function with more than expected no. of arguments --
8 HipHop Warning: %a
9 bool(false)
11 ===DONE===