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.php553 public function hasType(): bool {} function in ReflectionProperty
628 public function hasType(): bool {} function in ReflectionClassConstant
668 public function hasType(): bool {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h865 ZEND_METHOD(ReflectionProperty, hasType);
888 ZEND_METHOD(ReflectionClassConstant, hasType);
898 ZEND_METHOD(ReflectionParameter, hasType);
1162 ZEND_ME(ReflectionProperty, hasType, arginfo_class_ReflectionProperty_hasType, ZEND_ACC_PUBLIC)
1190 …ZEND_ME(ReflectionClassConstant, hasType, arginfo_class_ReflectionClassConstant_hasType, ZEND_ACC_…
1205 ZEND_ME(ReflectionParameter, hasType, arginfo_class_ReflectionParameter_hasType, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2753 ZEND_METHOD(ReflectionParameter, hasType) in ZEND_METHOD() argument
3939 ZEND_METHOD(ReflectionClassConstant, hasType) in ZEND_METHOD() argument
6441 ZEND_METHOD(ReflectionProperty, hasType) in ZEND_METHOD() argument

Completed in 36 milliseconds