Searched refs:isInterface (Results 1 – 11 of 11) sorted by relevance
2 ReflectionClass::isInterface() method17 var_dump($reflectionClass->isInterface());18 var_dump($reflectionClass2->isInterface());19 var_dump($reflectionClass3->isInterface());
11 var_dump($rc->isInterface(null));20 Warning: ReflectionClass::isInterface() expects exactly 0 parameters, 1 given in %s on line %d
19 var_dump($rc->isInterface());
44 'UMLClass::isInterface',
185 Method [ <internal:Reflection> public method isInterface ] {
10 printf("isInterface: %s\n", ($class->isInterface()) ? 'yes' : 'no');
31 isInterface: no
34 isInterface: no
35 isInterface: no
3832 ZEND_METHOD(reflection_class, isInterface) in ZEND_METHOD() argument5303 ZEND_ME(reflection_class, isInterface, arginfo_reflection__void, 0)
Completed in 25 milliseconds