Home
last modified time | relevance | path

Searched refs:isStatic (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_basic1.phpt96 isStatic():
125 isStatic():
154 isStatic():
183 isStatic():
212 isStatic():
241 isStatic():
270 isStatic():
299 isStatic():
328 isStatic():
357 isStatic():
[all …]
H A DReflectionProperty_basic1.phpt2 …ethods __toString(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and…
20 echo "isStatic():\n";
21 var_dump($propInfo->isStatic());
61 isStatic():
83 isStatic():
105 isStatic():
123 isStatic():
H A Dbug40431.phpt14 var_dump($props[0]->isStatic());
34 var_dump($props[0]->isStatic());
51 var_dump($props[0]->isStatic());
72 var_dump($props[0]->isStatic());
H A Dbug46064_2.phpt31 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
H A Dbug46064.phpt17 var_dump($h->isStatic());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php173 public function isStatic() {} function in ReflectionMethod
404 public function isStatic() {} function in ReflectionProperty
H A Dphp_reflection_arginfo.h544 ZEND_METHOD(ReflectionMethod, isStatic);
616 ZEND_METHOD(ReflectionProperty, isStatic);
778 ZEND_ME(ReflectionMethod, isStatic, arginfo_class_ReflectionMethod_isStatic, ZEND_ACC_PUBLIC)
868 ZEND_ME(ReflectionProperty, isStatic, arginfo_class_ReflectionProperty_isStatic, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c3328 ZEND_METHOD(ReflectionMethod, isStatic) in ZEND_METHOD() argument
5309 ZEND_METHOD(ReflectionProperty, isStatic) in ZEND_METHOD() argument

Completed in 27 milliseconds