Home
last modified time | relevance | path

Searched refs:getDeclaringClass (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/reflection/tests/
H A Dbug45139.phpt24 var_dump($rp->getDeclaringClass()->getName()); // c
28 var_dump($rp->getDeclaringClass()->getName()); // A
32 var_dump($rp->getDeclaringClass()->getName()); // B
36 var_dump($rp->getDeclaringClass()->getName()); // B
40 var_dump($rp->getDeclaringClass()->getName()); // C
44 var_dump($rp->getDeclaringClass()->getName()); // B
48 var_dump($rp->getDeclaringClass()->getName()); // C
H A Dbug39067.phpt2 Bug #39067 (getDeclaringClass() and private properties)
19 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
22 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
25 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
36 var_dump($rc->getProperty('x')->getDeclaringClass()->getName());
H A DReflectionProperty_basic2.phpt2 …eflectionProperty methods isDefault(), isDynamic(), getModifiers(), getDeclaringClass() and getDoc…
19 echo "getDeclaringClass():\n";
20 var_dump($propInfo->getDeclaringClass());
57 getDeclaringClass():
75 getDeclaringClass():
93 getDeclaringClass():
113 getDeclaringClass():
131 getDeclaringClass():
H A DReflectionMethod_getDeclaringClass_basic.phpt2 ReflectionMethod::getDeclaringClass()
15 var_dump($methodInfo->getDeclaringClass());
18 var_dump($methodInfo->getDeclaringClass());
H A Dbug81457.phpt2 Bug #81457: Enum ReflectionMethod->getDeclaringClass() return a ReflectionClass
16 echo $me->getDeclaringClass()::class, "\n";
21 echo $mc->getDeclaringClass()::class, "\n";
H A Dparameters_002.phpt84 getDeclaringClass: NULL
97 getDeclaringClass: NULL
110 getDeclaringClass: NULL
123 getDeclaringClass: NULL
136 getDeclaringClass: NULL
149 getDeclaringClass: NULL
163 getDeclaringClass: NULL
178 getDeclaringClass: test
191 getDeclaringClass: test
204 getDeclaringClass: test
[all …]
H A DReflectionProperty_getDeclaringClass_variation1.phpt2 Test ReflectionProperty::getDeclaringClass() with inherited properties.
14 var_dump($propInfo->getDeclaringClass());
H A DReflectionClassConstant_basic1.phpt2 …getValue(), isPublic(), isPrivate(), isProtected(), getModifiers(), getDeclaringClass() and getDoc…
27 echo "getDeclaringClass():\n";
28 var_dump($constInfo->getDeclaringClass());
77 getDeclaringClass():
110 getDeclaringClass():
142 getDeclaringClass():
174 getDeclaringClass():
206 getDeclaringClass():
H A Dbug39001.phpt19 var_dump($r->getProperty('publicVar')->getDeclaringClass()->getName());
20 var_dump($r->getProperty('protectedVar')->getDeclaringClass()->getName());
H A Dbug77325.phpt17 var_dump($constant->getDeclaringClass()->getName());
22 var_dump($constant->getDeclaringClass()->getName());
H A Dbug48336.phpt2 Bug #48286 (ReflectionProperty::getDeclaringClass() does not work with redeclared properties)
31 print($rp->getDeclaringClass()->getName());
H A Dbug38465.phpt26 …echo $method->getDeclaringClass()->getName(), '::', $method->getName(), '($', $param->getName(), '…
39 …echo $method->getDeclaringClass()->getName(), '::', $method->getName(), '($', $param->getName(), '…
H A Dbug36434.phpt25 echo $p->getName(). " ". $p->getDeclaringClass()->getName()."\n";
H A Dbug80190.phpt26 print $method->getDeclaringClass()->getName() . '::' . $method->getName() . '()' . PHP_EOL;
/php-src/Zend/tests/traits/
H A Dconstant_019.phpt16 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());
20 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php227 public function getDeclaringClass(): ReflectionClass {} function in ReflectionMethod
539 public function getDeclaringClass(): ReflectionClass {} function in ReflectionProperty
617 public function getDeclaringClass(): ReflectionClass {} function in ReflectionClassConstant
659 public function getDeclaringClass(): ?ReflectionClass {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h770 ZEND_METHOD(ReflectionMethod, getDeclaringClass);
860 ZEND_METHOD(ReflectionProperty, getDeclaringClass);
883 ZEND_METHOD(ReflectionClassConstant, getDeclaringClass);
896 ZEND_METHOD(ReflectionParameter, getDeclaringClass);
1052 …ZEND_ME(ReflectionMethod, getDeclaringClass, arginfo_class_ReflectionMethod_getDeclaringClass, ZEN…
1157 …ZEND_ME(ReflectionProperty, getDeclaringClass, arginfo_class_ReflectionProperty_getDeclaringClass,…
1185 …ZEND_ME(ReflectionClassConstant, getDeclaringClass, arginfo_class_ReflectionClassConstant_getDecla…
1203 …ZEND_ME(ReflectionParameter, getDeclaringClass, arginfo_class_ReflectionParameter_getDeclaringClas…
H A Dphp_reflection.c2674 ZEND_METHOD(ReflectionParameter, getDeclaringClass) in ZEND_METHOD() argument
3768 ZEND_METHOD(ReflectionMethod, getDeclaringClass) in ZEND_METHOD() argument
4038 ZEND_METHOD(ReflectionClassConstant, getDeclaringClass) in ZEND_METHOD() argument
6317 ZEND_METHOD(ReflectionProperty, getDeclaringClass) in ZEND_METHOD() argument

Completed in 104 milliseconds