Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/tests/types/
H A DReflectionType_001.phpt2 ReflectionParameter::get/hasType and ReflectionType tests
26 var_dump($rp->hasType());
46 var_dump($rp->hasType());
91 if ($property->hasType()) {
/PHP-8.2/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt30 if ($param->hasType()) {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php539 public function hasType(): bool {} function in ReflectionProperty
649 public function hasType(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h747 ZEND_METHOD(ReflectionProperty, hasType);
772 ZEND_METHOD(ReflectionParameter, hasType);
1027 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
1064 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2731 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
5870 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 34 milliseconds