import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_reduce_variation1.php.expectf
blob97c5274b127d104a153aa1f44fcb4fab5de07dab
1 *** Testing array_reduce() : variation ***
3 --- Testing with a callback with too few parameters ---
4 int(2)
6 --- Testing with a callback with too many parameters ---
7 HipHop Warning: %a
8 HipHop Notice: %a
9 int(3)
10 ===DONE===