Lines Matching refs:method_exists

2 Test method_exists() function : usage variations  - unexpected type for arg 1
14 echo "*** Testing method_exists() : usage variations ***\n";
76 var_dump( method_exists($value, $method) );
85 *** Testing method_exists() : usage variations ***
90 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
93 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
96 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
99 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
102 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
105 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
108 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
111 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
114 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
118 method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
122 method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
126 method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
130 method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
134 method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
137 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
140 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
143 method_exists(): Argument #1 ($object_or_class) must be of type object|string, true given
146 method_exists(): Argument #1 ($object_or_class) must be of type object|string, false given
149 method_exists(): Argument #1 ($object_or_class) must be of type object|string, true given
152 method_exists(): Argument #1 ($object_or_class) must be of type object|string, false given
169 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
172 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given