Home
last modified time | relevance | path

Searched refs:getClass (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/reflection/tests/
H A Dparameters_002.phpt82 getClass: NULL
95 getClass: NULL
108 getClass: NULL
121 getClass: stdClass
147 getClass: stdClass
161 getClass: NULL
176 getClass: NULL
189 getClass: NULL
202 getClass: NULL
215 getClass: stdClass
[all …]
H A DReflectionParameter_getClass_self_parent_closure.phpt8 (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 in %s on line %d
33 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
36 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
H A Dbug39884.phpt2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self)
16 var_dump($refParam->getClass());
19 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
H A Dbug29268.phpt2 Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass())
19 $class = $parameter->getClass();
25 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
H A Dbug26695.phpt18 $class = $params[0]->getClass();
23 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
H A Dbug69802.phpt8 var_dump($r->getParameters()[0]->getClass());
16 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
/PHP-8.3/Zend/tests/
H A Dbug69802_2.phpt7 var_dump($r->getParameters()[0]->getClass());
10 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
H A Dbug32596.phpt2 Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php652 public function getClass(): ?ReflectionClass {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h781 ZEND_METHOD(ReflectionParameter, getClass);
1076 …ZEND_ME(ReflectionParameter, getClass, arginfo_class_ReflectionParameter_getClass, ZEND_ACC_PUBLIC…
H A Dphp_reflection.c2630 ZEND_METHOD(ReflectionParameter, getClass) in ZEND_METHOD() argument

Completed in 47 milliseconds