remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_rand_variation4.php.expectregex
blobb4de9da8088b30aff201e6f6f5cd4d2af1f55155
1 \*\*\* Testing array_rand\(\) : with associative arrays \*\*\*
3 -- Iteration 1 --
5 With default argument
6 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
8 With num_req = 1
9 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
11 With num_req = 2
12 array\(2\) {
13   \[0\]=>
14   int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
15   \[1\]=>
16   int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
19 -- Iteration 2 --
21 With default argument
22 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
24 With num_req = 1
25 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
27 With num_req = 2
28 array\(2\) {
29   \[0\]=>
30   string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
31   \[1\]=>
32   string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
35 -- Iteration 3 --
37 With default argument
38 int\([23-]*[2570]*[345]*[58]*\)
40 With num_req = 1
41 int\([23-]*[2570]*[345]*[58]*\)
43 With num_req = 2
44 array\(2\) {
45   \[0\]=>
46   int\([23-]*[2570]*[345]*[58]*\)
47   \[1\]=>
48   int\([23-]*[2570]*[345]*[58]*\)
51 -- Iteration 4 --
53 With default argument
54 int\([18-]*[023]*[8]*\)
56 With num_req = 1
57 int\([18-]*[023]*[8]*\)
59 With num_req = 2
60 array\(2\) {
61   \[0\]=>
62   int\([18-]*[023]*[8]*\)
63   \[1\]=>
64   int\([18-]*[023]*[8]*\)
67 -- Iteration 5 --
69 With default argument
70 int\([01]\)
72 With num_req = 1
73 int\([01]\)
75 With num_req = 2
76 array\(2\) {
77   \[0\]=>
78   int\([01]\)
79   \[1\]=>
80   int\([01]\)
83 -- Iteration 6 --
85 With default argument
86 string\([0-9]*\) "[#&!N  <\n\t'"\0]*[U#$>]*[rL]*[L]*"
88 With num_req = 1
89 string\([0-9]*\) "[#&!N  <\n\t'"\0]*[U#$>]*[rL]*[L]*"
91 With num_req = 2
92 array\(2\) {
93   \[0\]=>
94   string\([0-9]*\) "[#&!N  <\n\t'"\0]*[U#$>]*[rL]*[L]*"
95   \[1\]=>
96   string\([0-9]*\) "[#&!N  <\n\t'"\0]*[U#$>]*[rL]*[L]*"
98 Done