Home
last modified time | relevance | path

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

/PHP-7.4/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.phpt191 Method [ <internal:Reflection> public method getReflectionConstant ] {
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4505 ZEND_METHOD(reflection_class, getReflectionConstant) in ZEND_METHOD() argument
6568 ZEND_ME(reflection_class, getReflectionConstant, arginfo_reflection_class_getConstant, 0)

Completed in 31 milliseconds