Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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-src/ext/reflection/
H A Dphp_reflection.stub.php325 public function getReflectionConstant(string $name): ReflectionClassConstant|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h724 ZEND_METHOD(ReflectionClass, getReflectionConstant);
996 …ZEND_ME(ReflectionClass, getReflectionConstant, arginfo_class_ReflectionClass_getReflectionConstan…
H A Dphp_reflection.c4894 ZEND_METHOD(ReflectionClass, getReflectionConstant) in ZEND_METHOD() argument

Completed in 99 milliseconds