Lines Matching refs:objects
2 Test uasort() function : object functionality - sort diff. objects
7 * This testcase tests uasort() functionality with different objects
75 // Testing uasort with StaticClass objects as elements of 'array_arg'
76 echo "-- Testing uasort() with StaticClass objects --\n";
86 // Testing uasort with EmptyClass objects as elements of 'array_arg'
87 echo "-- Testing uasort() with EmptyClass objects --\n";
97 // Testing uasort with ChildClass objects as elements of 'array_arg'
98 echo "-- Testing uasort() with ChildClass objects --\n";
112 -- Testing uasort() with StaticClass objects --
128 -- Testing uasort() with EmptyClass objects --
144 -- Testing uasort() with ChildClass objects --