Searched refs:getClass (Results 1 – 11 of 11) sorted by relevance
/PHP-8.4/ext/reflection/tests/ |
H A D | parameters_002.phpt | 83 getClass: NULL 96 getClass: NULL 109 getClass: NULL 122 getClass: stdClass 148 getClass: stdClass 162 getClass: NULL 177 getClass: NULL 190 getClass: NULL 203 getClass: NULL 216 getClass: stdClass [all …]
|
H A D | ReflectionParameter_getClass_self_parent_closure.phpt | 8 (new ReflectionFunction($fn1))->getParameters()[0]->getClass(); 15 (new ReflectionFunction($fn2))->getParameters()[0]->getClass(); 23 (new ReflectionFunction($fn3))->getParameters()[0]->getClass(); 30 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter… 33 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter… 36 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
H A D | bug39884.phpt | 2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self) 16 var_dump($refParam->getClass()); 19 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
H A D | bug29268.phpt | 2 Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass()) 19 $class = $parameter->getClass(); 25 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
H A D | bug26695.phpt | 18 $class = $params[0]->getClass(); 23 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
H A D | bug69802.phpt | 8 var_dump($r->getParameters()[0]->getClass()); 16 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
/PHP-8.4/Zend/tests/ |
H A D | bug69802_2.phpt | 7 var_dump($r->getParameters()[0]->getClass()); 10 Deprecated: Method ReflectionParameter::getClass() is deprecated since 8.0, use ReflectionParameter…
|
H A D | bug32596.phpt | 2 Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 669 public function getClass(): ?ReflectionClass {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 904 ZEND_METHOD(ReflectionParameter, getClass); 1212 …ZEND_ME(ReflectionParameter, getClass, arginfo_class_ReflectionParameter_getClass, ZEND_ACC_PUBLIC…
|
H A D | php_reflection.c | 2708 ZEND_METHOD(ReflectionParameter, getClass) in ZEND_METHOD() argument
|
Completed in 43 milliseconds