Home
last modified time | relevance | path

Searched refs:getParentClass (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionClass_getParentClass.phpt2 ReflectionClass::getParentClass()
14 $parent = $rc->getParentClass();
15 $grandParent = $parent->getParentClass();
H A D001.phpt49 'UMLClass::getParentClass',
H A DReflectionClass_toString_001.phpt333 Method [ <internal:Reflection> public method getParentClass ] {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php372 public function getParentClass(): ReflectionClass|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h738 ZEND_METHOD(ReflectionClass, getParentClass);
1009 …ZEND_ME(ReflectionClass, getParentClass, arginfo_class_ReflectionClass_getParentClass, ZEND_ACC_PU…
H A Dphp_reflection.c5340 ZEND_METHOD(ReflectionClass, getParentClass) in ZEND_METHOD() argument

Completed in 35 milliseconds