Home
last modified time | relevance | path

Searched refs:ReflectionClassConstant (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getReflectionConstants_filter.phpt27 var_dump($reflectionClassA->getReflectionConstants(ReflectionClassConstant::IS_PUBLIC));
30 var_dump($reflectionClassB->getReflectionConstants(ReflectionClassConstant::IS_PROTECTED));
33 var_dump($reflectionClassC->getReflectionConstants(ReflectionClassConstant::IS_PRIVATE));
38 object(ReflectionClassConstant)#%d (%d) {
45 object(ReflectionClassConstant)#%d (%d) {
54 object(ReflectionClassConstant)#%d (%d) {
61 object(ReflectionClassConstant)#%d (%d) {
70 object(ReflectionClassConstant)#%d (%d) {
77 object(ReflectionClassConstant)#%d (%d) {
H A DReflectionClassConstant_toString_error.phpt2 Exception thrown while converting ReflectionClassConstant to string
11 echo new ReflectionClassConstant('B', 'X');
H A DReflectionClass_getConstants_filter.phpt27 var_dump($reflectionClassA->getConstants(ReflectionClassConstant::IS_PUBLIC));
30 var_dump($reflectionClassB->getConstants(ReflectionClassConstant::IS_PROTECTED));
33 var_dump($reflectionClassC->getConstants(ReflectionClassConstant::IS_PRIVATE));
H A Dbug77325.phpt2 Bug #77325: ReflectionClassConstant::$class returns wrong class when extending
20 $constant = new ReflectionClassConstant(Bar::class, 'FOO');
H A DReflectionClassConstant_getValue.phpt20 var_dump((new ReflectionClassConstant('A', 'X'))->getValue());
21 echo new ReflectionClassConstant('B', 'X');
H A DReflectionExtension_getClasses_basic.phpt82 ["ReflectionClassConstant"]=>
85 string(23) "ReflectionClassConstant"
H A DReflectionClassConstant_basic1.phpt2 Test usage of ReflectionClassConstant methods __toString(), getName(), getValue(), isPublic(), isPr…
7 $constInfo = new ReflectionClassConstant($base, $constant);
159 #0 %s(%d): ReflectionClassConstant->__construct(Object(TestClass), 'BAD_CONST')
/PHP-8.0/Zend/tests/attributes/
H A D014_class_const_group.phpt14 $rp1 = new ReflectionClassConstant('C', 'A');
17 $rp2 = new ReflectionClassConstant('C', 'B');
H A D001_placement.phpt64 string(23) "ReflectionClassConstant"
/PHP-8.0/ext/reflection/
H A Dphp_reflection_arginfo.h628 ZEND_METHOD(ReflectionClassConstant, __construct);
629 ZEND_METHOD(ReflectionClassConstant, __toString);
630 ZEND_METHOD(ReflectionClassConstant, getName);
631 ZEND_METHOD(ReflectionClassConstant, getValue);
632 ZEND_METHOD(ReflectionClassConstant, isPublic);
633 ZEND_METHOD(ReflectionClassConstant, isPrivate);
634 ZEND_METHOD(ReflectionClassConstant, isProtected);
635 ZEND_METHOD(ReflectionClassConstant, getModifiers);
636 ZEND_METHOD(ReflectionClassConstant, getDeclaringClass);
637 ZEND_METHOD(ReflectionClassConstant, getDocComment);
[all …]
H A Dphp_reflection.stub.php268 /** @return ReflectionClassConstant[] */
274 /** @return ReflectionClassConstant|false */
438 class ReflectionClassConstant implements Reflector class
H A Dphp_reflection.c3555 ZEND_METHOD(ReflectionClassConstant, __construct) in ZEND_METHOD() argument
3597 ZEND_METHOD(ReflectionClassConstant, __toString) in ZEND_METHOD() argument
3616 ZEND_METHOD(ReflectionClassConstant, getName) in ZEND_METHOD() argument
3639 ZEND_METHOD(ReflectionClassConstant, isPublic) in ZEND_METHOD() argument
3646 ZEND_METHOD(ReflectionClassConstant, isPrivate) in ZEND_METHOD() argument
3653 ZEND_METHOD(ReflectionClassConstant, isProtected) in ZEND_METHOD() argument
3660 ZEND_METHOD(ReflectionClassConstant, getModifiers) in ZEND_METHOD() argument
3675 ZEND_METHOD(ReflectionClassConstant, getValue) in ZEND_METHOD() argument
3693 ZEND_METHOD(ReflectionClassConstant, getDeclaringClass) in ZEND_METHOD() argument
3708 ZEND_METHOD(ReflectionClassConstant, getDocComment) in ZEND_METHOD() argument
[all …]
/PHP-8.0/
H A DUPGRADING919 ReflectionClassConstant::IS_PUBLIC
920 ReflectionClassConstant::IS_PROTECTED
921 ReflectionClassConstant::IS_PRIVATE
H A DNEWS1472 . Fixed bug #77325 (ReflectionClassConstant::$class returns wrong class when

Completed in 39 milliseconds