Searched refs:hasType (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | ReflectionClassConstant_basic1.phpt | 31 echo "hasType():\n"; 32 var_dump($constInfo->hasType()); 84 hasType(): 117 hasType(): 149 hasType(): 181 hasType(): 213 hasType():
|
/php-src/ext/reflection/tests/types/ |
H A D | ReflectionType_001.phpt | 2 ReflectionParameter::get/hasType and ReflectionType tests 26 var_dump($rp->hasType()); 46 var_dump($rp->hasType()); 91 if ($property->hasType()) {
|
/php-src/Zend/tests/closures/ |
H A D | closure_from_callable_reflection.phpt | 30 if ($param->hasType()) {
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 551 public function hasType(): bool {} function in ReflectionProperty 626 public function hasType(): bool {} function in ReflectionClassConstant 666 public function hasType(): bool {} function in ReflectionParameter
|
H A D | php_reflection_arginfo.h | 880 ZEND_METHOD(ReflectionProperty, hasType); 903 ZEND_METHOD(ReflectionClassConstant, hasType); 913 ZEND_METHOD(ReflectionParameter, hasType); 1181 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC) 1209 …ZEND_ME(ReflectionClassConstant, hasType, arginfo_class_ReflectionClassConstant_hasType, ZEND_ACC_… 1224 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 2703 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument 3813 ZEND_METHOD(ReflectionClassConstant, hasType) in ZEND_METHOD() argument 6260 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument
|
Completed in 34 milliseconds