Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / sort_object2.php.expectf.hadva
blobf672a5a84b6c20562a9b63dce63e7a8cf34c2e81
1 *** Testing sort() : object functionality ***
3 -- Testing sort() by supplying various object arrays, 'flag' value is defualt --
4 bool(true)
5 vec(4) {
6   object(for_integer_sort) (3) {
7     ["public_class_value"]=>
8     int(-88)
9     ["private_class_value":"for_integer_sort":private]=>
10     int(-5)
11     ["protected_class_value":protected]=>
12     int(5)
13   }
14   object(for_integer_sort) (3) {
15     ["public_class_value"]=>
16     float(0.001)
17     ["private_class_value":"for_integer_sort":private]=>
18     float(99.5)
19     ["protected_class_value":protected]=>
20     float(0.1)
21   }
22   object(for_integer_sort) (3) {
23     ["public_class_value"]=>
24     int(11)
25     ["private_class_value":"for_integer_sort":private]=>
26     int(33)
27     ["protected_class_value":protected]=>
28     int(30)
29   }
30   object(for_integer_sort) (3) {
31     ["public_class_value"]=>
32     int(66)
33     ["private_class_value":"for_integer_sort":private]=>
34     int(44)
35     ["protected_class_value":protected]=>
36     int(4)
37   }
39 bool(true)
40 vec(4) {
41   object(for_string_sort) (3) {
42     ["public_class_value"]=>
43     string(3) "axx"
44     ["private_class_value":"for_string_sort":private]=>
45     string(3) "AXX"
46     ["protected_class_value":protected]=>
47     string(3) "ass"
48   }
49   object(for_string_sort) (3) {
50     ["public_class_value"]=>
51     string(2) "py"
52     ["private_class_value":"for_string_sort":private]=>
53     string(2) "PY"
54     ["protected_class_value":protected]=>
55     string(2) "pt"
56   }
57   object(for_string_sort) (3) {
58     ["public_class_value"]=>
59     string(1) "t"
60     ["private_class_value":"for_string_sort":private]=>
61     string(3) "eee"
62     ["protected_class_value":protected]=>
63     string(3) "abb"
64   }
65   object(for_string_sort) (3) {
66     ["public_class_value"]=>
67     string(1) "w"
68     ["private_class_value":"for_string_sort":private]=>
69     string(1) "W"
70     ["protected_class_value":protected]=>
71     string(1) "c"
72   }
75 -- Testing sort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
76 bool(true)
77 vec(4) {
78   object(for_integer_sort) (3) {
79     ["public_class_value"]=>
80     int(-88)
81     ["private_class_value":"for_integer_sort":private]=>
82     int(-5)
83     ["protected_class_value":protected]=>
84     int(5)
85   }
86   object(for_integer_sort) (3) {
87     ["public_class_value"]=>
88     float(0.001)
89     ["private_class_value":"for_integer_sort":private]=>
90     float(99.5)
91     ["protected_class_value":protected]=>
92     float(0.1)
93   }
94   object(for_integer_sort) (3) {
95     ["public_class_value"]=>
96     int(11)
97     ["private_class_value":"for_integer_sort":private]=>
98     int(33)
99     ["protected_class_value":protected]=>
100     int(30)
101   }
102   object(for_integer_sort) (3) {
103     ["public_class_value"]=>
104     int(66)
105     ["private_class_value":"for_integer_sort":private]=>
106     int(44)
107     ["protected_class_value":protected]=>
108     int(4)
109   }
111 bool(true)
112 vec(4) {
113   object(for_string_sort) (3) {
114     ["public_class_value"]=>
115     string(3) "axx"
116     ["private_class_value":"for_string_sort":private]=>
117     string(3) "AXX"
118     ["protected_class_value":protected]=>
119     string(3) "ass"
120   }
121   object(for_string_sort) (3) {
122     ["public_class_value"]=>
123     string(2) "py"
124     ["private_class_value":"for_string_sort":private]=>
125     string(2) "PY"
126     ["protected_class_value":protected]=>
127     string(2) "pt"
128   }
129   object(for_string_sort) (3) {
130     ["public_class_value"]=>
131     string(1) "t"
132     ["private_class_value":"for_string_sort":private]=>
133     string(3) "eee"
134     ["protected_class_value":protected]=>
135     string(3) "abb"
136   }
137   object(for_string_sort) (3) {
138     ["public_class_value"]=>
139     string(1) "w"
140     ["private_class_value":"for_string_sort":private]=>
141     string(1) "W"
142     ["protected_class_value":protected]=>
143     string(1) "c"
144   }
146 Done