import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_product_error.php.expectf
blob451d756b3591f838e97f0d6c5ce8ca3484693304
1 *** Testing array_product() : error conditions ***
3 -- Testing array_product() function with Zero arguments --
4 HipHop Warning: %a
5 NULL
7 -- Testing array_product() function with more than expected no. of arguments --
8 HipHop Warning: %a
9 NULL
11 -- Testing array_product() function incorrect argument type --
12 HipHop Warning: %a
13 NULL
14 ===DONE===