Lines Matching refs:class
2 Test array_map() function : object functionality - with non-existent class and method
7 * 1) non-existent class
8 * 2) existent class and non-existent function
10 echo "*** Testing array_map() : with non-existent class and method ***\n";
12 class SimpleClass
23 echo "-- with non-existent class --\n";
30 echo "-- with existent class and non-existent method --\n";
40 *** Testing array_map() : with non-existent class and method ***
41 -- with non-existent class --
42 array_map(): Argument #1 ($callback) must be a valid callback or null, class "non-existent" not fou…
43 -- with existent class and non-existent method --
44 array_map(): Argument #1 ($callback) must be a valid callback or null, class SimpleClass does not h…