Home
last modified time | relevance | path

Searched refs:hasType (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/reflection/tests/
H A DReflectionType_001.phpt2 ReflectionParameter::get/hasType and ReflectionType tests
26 var_dump($rp->hasType());
46 var_dump($rp->hasType());
92 if ($property->hasType()) {
/PHP-8.1/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt30 if ($param->hasType()) {
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php448 public function hasType(): bool {} function in ReflectionProperty
537 public function hasType(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h737 ZEND_METHOD(ReflectionProperty, hasType);
762 ZEND_METHOD(ReflectionParameter, hasType);
1014 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
1051 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2698 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
5783 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 47 milliseconds