Home
last modified time | relevance | path

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

/PHP-8.0/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 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.0/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.0/ext/reflection/
H A Dphp_reflection.stub.php504 public function getClass() {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h646 ZEND_METHOD(ReflectionParameter, getClass);
910 …ZEND_ME(ReflectionParameter, getClass, arginfo_class_ReflectionParameter_getClass, ZEND_ACC_PUBLIC…
H A Dphp_reflection.c2521 ZEND_METHOD(ReflectionParameter, getClass) in ZEND_METHOD() argument
/PHP-8.0/
H A DUPGRADING905 . ReflectionParameter::getClass(), ReflectionParameter::isArray(), and

Completed in 31 milliseconds