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.php551 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 Dphp_reflection_arginfo.h880 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 Dphp_reflection.c2703 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