remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_pop_errors.php.expectf
blob937b1cf892abdea3dabe673c4c9ce984b4a5fb8c
2 *** Testing Error Conditions ***
4 Warning: array_pop() expects exactly 1 parameter, 0 given in %s/array_pop_errors.php on line 30
6 Warning: array_pop() expects parameter 1 to be an array or mutable collection in %s/array_pop_errors.php on line 33
7 NULL
9 Warning: array_pop() expects parameter 1 to be an array or mutable collection in %s/array_pop_errors.php on line 36
10 NULL
12 Warning: array_pop() expects exactly 1 parameter, 2 given in %s/array_pop_errors.php on line 39
13 NULL
15 Done