Searched refs:hasType (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionType_001.phpt | 2 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 D | closure_from_callable_reflection.phpt | 30 if ($param->hasType()) {
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 448 public function hasType(): bool {} function in ReflectionProperty 537 public function hasType(): bool {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 737 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 D | php_reflection.c | 2698 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument 5783 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument
|
Completed in 47 milliseconds