Home
last modified time | relevance | path

Searched refs:getInterfaces (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_004.phpt2 ReflectionClass::getInterfaces() - wrong param count
11 var_dump($rc->getInterfaces(null));
12 var_dump($rc->getInterfaces('X'));
13 var_dump($rc->getInterfaces(true));
14 var_dump($rc->getInterfaces(array(1,2,3)));
17 Warning: ReflectionClass::getInterfaces() expects exactly 0 parameters, 1 given in %s on line %d
20 Warning: ReflectionClass::getInterfaces() expects exactly 0 parameters, 1 given in %s on line %d
23 Warning: ReflectionClass::getInterfaces() expects exactly 0 parameters, 1 given in %s on line %d
26 Warning: ReflectionClass::getInterfaces() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionClass_getInterfaces_002.phpt2 ReflectionClass::getInterfaces() - interface ordering.
17 $interfaces = $rc->getInterfaces();
H A DReflectionClass_getInterfaces_003.phpt2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
23 $a = $rc->getInterfaces();
H A D001.phpt43 'UMLClass::getInterfaces',
H A DReflectionClass_getInterfaces_001.phpt2 ReflectionClass::getInterfaces()
38 $interfaces = $rc->getInterfaces();
H A DReflectionClass_toString_001.phpt179 Method [ <internal:Reflection> public method getInterfaces ] {
/PHP-5.5/ext/mysqli/tests/
H A Dreflection_tools.inc4 /* not used: public ReflectionClass[] getInterfaces() */
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4376 ZEND_METHOD(reflection_class, getInterfaces) in ZEND_METHOD() argument
5904 ZEND_ME(reflection_class, getInterfaces, arginfo_reflection__void, 0)

Completed in 30 milliseconds