Lines Matching refs:class_implements

2 SPL: Test class_implements() function : variation
5 echo "*** Testing class_implements() : variation ***\n";
103 var_dump( class_implements($value, $autoload) );
113 *** Testing class_implements() : variation ***
116 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
119 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
122 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
125 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
128 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
131 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
134 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
137 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
140 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
143 class_implements(): Argument #1 ($object_or_class) must be of type object|string, array given
146 class_implements(): Argument #1 ($object_or_class) must be of type object|string, array given
149 class_implements(): Argument #1 ($object_or_class) must be of type object|string, array given
152 class_implements(): Argument #1 ($object_or_class) must be of type object|string, array given
155 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
158 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
161 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
164 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
167 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
170 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
173 Error: 2 - class_implements(): Class does not exist and could not be loaded, %s(%d)
177 Error: 2 - class_implements(): Class does not exist and could not be loaded, %s(%d)
191 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
194 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
197 class_implements(): Argument #1 ($object_or_class) must be of type object|string, resource given