Searched refs:hasType (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/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.0/Zend/tests/closures/ |
H A D | closure_from_callable_reflection.phpt | 30 if ($param->hasType()) {
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 427 public function hasType() {} function in ReflectionProperty 507 public function hasType() {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 624 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 D | php_reflection.c | 2583 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument 5582 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument
|
Completed in 26 milliseconds