import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / array_unshift.php.expectf
blobf5497976ad8de9e2be0a2cd3f278b59e71591db0
1 int(1)
2 array(1) {
3   [0]=>
4   string(0) ""
6 HipHop Warning: %a
7 NULL
8 array(1) {
9   [0]=>
10   string(0) ""
12 int(2)
13 array(2) {
14   [0]=>
15   array(1) {
16     [0]=>
17     string(0) ""
18   }
19   [1]=>
20   string(0) ""
22 Done