Lines Matching refs:object

2 Test arsort() function : object functionality - sort objects
6 * testing arsort() by providing integer/string object arrays with following flag values
11 echo "*** Testing arsort() : object functionality ***\n";
17 // initializing object member value
28 // initializing object member value
56 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
58 // testing arsort() function by supplying integer object array, flag value is default
63 // testing arsort() function by supplying string object array, flag value is default
68 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
69 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
74 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
82 *** Testing arsort() : object functionality ***
84 -- Testing arsort() by supplying various object arrays, 'flag' value is default --
88 object(for_integer_arsort)#2 (1) {
93 object(for_integer_arsort)#3 (1) {
98 object(for_integer_arsort)#1 (1) {
103 object(for_integer_arsort)#5 (1) {
108 object(for_integer_arsort)#6 (1) {
113 object(for_integer_arsort)#4 (1) {
121 object(for_string_arsort)#9 (1) {
126 object(for_string_arsort)#8 (1) {
131 object(for_string_arsort)#10 (1) {
136 object(for_string_arsort)#7 (1) {
141 object(for_string_arsort)#11 (1) {
146 object(for_string_arsort)#14 (1) {
151 object(for_string_arsort)#12 (1) {
156 object(for_string_arsort)#13 (1) {
162 -- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
166 object(for_integer_arsort)#2 (1) {
171 object(for_integer_arsort)#3 (1) {
176 object(for_integer_arsort)#1 (1) {
181 object(for_integer_arsort)#5 (1) {
186 object(for_integer_arsort)#6 (1) {
191 object(for_integer_arsort)#4 (1) {
199 object(for_string_arsort)#9 (1) {
204 object(for_string_arsort)#8 (1) {
209 object(for_string_arsort)#10 (1) {
214 object(for_string_arsort)#7 (1) {
219 object(for_string_arsort)#11 (1) {
224 object(for_string_arsort)#14 (1) {
229 object(for_string_arsort)#12 (1) {
234 object(for_string_arsort)#13 (1) {