Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt31 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 DReflectionType_001.phpt2 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 Dclosure_from_callable_reflection.phpt30 if ($param->hasType()) {
/php-src/ext/reflection/
H A Dphp_reflection.stub.php495 public function hasType(): bool {} function in ReflectionProperty
559 public function hasType(): bool {} function in ReflectionClassConstant
599 public function hasType(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h771 ZEND_METHOD(ReflectionProperty, hasType);
789 ZEND_METHOD(ReflectionClassConstant, hasType);
799 ZEND_METHOD(ReflectionParameter, hasType);
1052 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
1075 …ZEND_ME(ReflectionClassConstant, hasType, arginfo_class_ReflectionClassConstant_hasType, ZEND_ACC_…
1090 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2738 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
3916 ZEND_METHOD(ReflectionClassConstant, hasType) in ZEND_METHOD() argument
5951 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 47 milliseconds