Lines Matching refs:implementsInterface
2 ReflectionClass::implementsInterface()
26 var_dump($child->implementsInterface($parent));
32 var_dump($child->implementsInterface($parentName));
43 $rcs['A']->implementsInterface();
48 $rcs['A']->implementsInterface('C', 'C');
53 $rcs['A']->implementsInterface(null);
58 $rcs['A']->implementsInterface('ThisClassDoesNotExist');
63 $rcs['A']->implementsInterface(2);
147 ReflectionClass::implementsInterface() expects exactly 1 argument, 0 given
148 ReflectionClass::implementsInterface() expects exactly 1 argument, 2 given
150 Deprecated: ReflectionClass::implementsInterface(): Passing null to parameter #1 ($interface) of ty…