introduce array_multisort1, ..., array_multisort9
[hiphop-php.git] / hphp / test / slow / ext_array / internal_pointer_errmsg.php.expectf
blobe220787555e7a999a100067b766b52afc99b3689
1 array(4) {
2   [1]=>
3   int(1)
4   ["value"]=>
5   int(1)
6   [0]=>
7   int(0)
8   ["key"]=>
9   int(0)
11 int(2)
12 int(1)
13 int(3)
14 int(2)
15 int(1)
16 int(5)
17 array(4) {
18   [1]=>
19   int(1)
20   ["value"]=>
21   int(1)
22   [0]=>
23   int(0)
24   ["key"]=>
25   int(0)
27 int(2)
28 int(1)
29 int(3)
30 int(2)
31 int(1)
32 int(4)
33 array(4) {
34   [1]=>
35   string(3) "bar"
36   ["value"]=>
37   string(3) "bar"
38   [0]=>
39   string(3) "foo"
40   ["key"]=>
41   string(3) "foo"
43 string(3) "qux"
44 string(3) "baz"
45 string(3) "doz"
46 string(3) "qux"
47 string(3) "bar"
48 string(3) "doz"
50 Warning: Invalid operand type was used: each() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 4
51 NULL
53 Warning: Invalid operand type was used: current() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 5
54 bool(false)
56 Warning: Invalid operand type was used: key() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 6
57 bool(false)
59 Warning: Invalid operand type was used: next() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 7
60 bool(false)
62 Warning: Invalid operand type was used: prev() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 8
63 bool(false)
65 Warning: Invalid operand type was used: reset() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 9
66 bool(false)
68 Warning: Invalid operand type was used: end() expects array, was integer in %s/test/slow/ext_array/internal_pointer_errmsg.php on line 10
69 bool(false)