Home
last modified time | relevance | path

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

/PHP-8.3/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.phpt210 Method [ <internal:Reflection> public method getReflectionConstant ] {
/PHP-8.3/Zend/tests/traits/
H A Dconstant_021.phpt16 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());
19 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());
H A Dconstant_020.phpt20 var_dump($reflection->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArgu…
23 var_dump($reflection->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArgu…
H A Dconstant_019.phpt16 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());
20 var_dump($reflection->getReflectionConstant('Constant')->getDeclaringClass()->getName());
/PHP-8.3/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.3/ext/reflection/
H A Dphp_reflection.stub.php354 public function getReflectionConstant(string $name): ReflectionClassConstant|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h705 ZEND_METHOD(ReflectionClass, getReflectionConstant);
976 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
H A Dphp_reflection.c4828 ZEND_METHOD(ReflectionClass, getReflectionConstant) in ZEND_METHOD() argument

Completed in 47 milliseconds