Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt2 Test ReflectionClass::getReflectionConstant method
8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
9 var_dump($refleClass->getReflectionConstant('FOO_BAR'));
H A DReflectionClass_toString_001.phpt188 Method [ <internal:Reflection> public method getReflectionConstant ] {
/PHP-8.0/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt15 $rcc = $rc->getReflectionConstant('ATOM');
H A D001_placement.phpt32 $ref->getReflectionConstant('FOO'),
H A D013_class_scope.phpt21 print_r($ref->getReflectionConstant('FOO')->getAttributes()[0]->getArguments());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php275 public function getReflectionConstant(string $name) {} function in ReflectionClass
H A Dphp_reflection_arginfo.h577 ZEND_METHOD(ReflectionClass, getReflectionConstant);
817 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
H A Dphp_reflection.c4552 ZEND_METHOD(ReflectionClass, getReflectionConstant) in ZEND_METHOD() argument

Completed in 31 milliseconds