import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / money_format_error.php.expectf
blobcf27827c8b2e7445a7b396f10de5beb0ccb9678f
1 *** Testing money_format() : error conditions ***
3 -- Testing money_format() function with no arguments --
4 HipHop Warning: %a
5 NULL
7 -- Testing money_format() function with insufficient arguments --
8 HipHop Warning: %a
9 NULL
11 -- Testing money_format() function with more than expected no. of arguments --
12 HipHop Warning: %a
13 NULL
14 ===DONE===