Home
last modified time | relevance | path

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

/PHP-8.0/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.0/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt30 if ($param->hasType()) {
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php427 public function hasType() {} function in ReflectionProperty
507 public function hasType() {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h624 ZEND_METHOD(ReflectionProperty, hasType);
647 ZEND_METHOD(ReflectionParameter, hasType);
876 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
911 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2583 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
5582 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 26 milliseconds