import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_sum_error.php.expectf
blob5d06671046390b65db2d9b39030d9e570b5b203d
1 *** Testing array_sum() : error conditions ***
2 -- Testing array_sum() function with zero arguments --
3 HipHop Warning: %a
4 NULL
5 -- Testing array_sum() function with more than expected no. of arguments --
6 HipHop Warning: %a
7 NULL
8 Done