Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt31 echo "hasType():\n";
32 var_dump($constInfo->hasType());
83 hasType():
115 hasType():
147 hasType():
179 hasType():
211 hasType():
/PHP-8.3/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.3/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt30 if ($param->hasType()) {
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php541 public function hasType(): bool {} function in ReflectionProperty
615 public function hasType(): bool {} function in ReflectionClassConstant
655 public function hasType(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h755 ZEND_METHOD(ReflectionProperty, hasType);
772 ZEND_METHOD(ReflectionClassConstant, hasType);
782 ZEND_METHOD(ReflectionParameter, hasType);
1038 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
1061 …ZEND_ME(ReflectionClassConstant, hasType, arginfo_class_ReflectionClassConstant_hasType, ZEND_ACC_…
1077 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2692 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
3859 ZEND_METHOD(ReflectionClassConstant, hasType) in ZEND_METHOD() argument
5880 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 40 milliseconds