Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionConstant_ns.phpt2 ReflectionConstant with namespace
13 var_dump(new \ReflectionConstant('C'));
14 var_dump(new \ReflectionConstant('\\C'));
15 var_dump(new \ReflectionConstant('Foo\\C'));
16 var_dump(new \ReflectionConstant('\\Foo\\C'));
17 var_dump((new \ReflectionConstant('C'))->getNamespaceName());
21 var_dump((new \ReflectionConstant('C'))->getShortName());
29 object(ReflectionConstant)#1 (1) {
33 object(ReflectionConstant)#1 (1) {
37 object(ReflectionConstant)#1 (1) {
[all …]
H A DReflectionConstant_dump.phpt2 var_dump(ReflectionConstant)
19 dump(new ReflectionConstant('ZEND_CONSTANT_A'));
20 dump(new ReflectionConstant('ZEND_TEST_DEPRECATED'));
21 dump(new ReflectionConstant('RT_CONST'));
22 dump(new ReflectionConstant('CT_CONST'));
26 object(ReflectionConstant)#1 (1) {
31 object(ReflectionConstant)#1 (1) {
36 object(ReflectionConstant)#1 (1) {
41 object(ReflectionConstant)#1 (1) {
H A DReflectionConstant_getValue.phpt2 ReflectionConstant::getValue()
8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
15 $reflectionConstant = new ReflectionConstant('RT_CONST');
19 $reflectionConstant = new ReflectionConstant('CT_CONST');
H A DReflectionConstant_getName.phpt2 ReflectionConstant::getName()
8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
15 $reflectionConstant = new ReflectionConstant('RT_CONST');
19 $reflectionConstant = new ReflectionConstant('CT_CONST');
H A DReflectionConstant_isDeprecated.phpt2 ReflectionConstant::isDeprecated()
8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
11 $reflectionConstant = new ReflectionConstant('ZEND_TEST_DEPRECATED');
15 $reflectionConstant = new ReflectionConstant('RT_CONST');
19 $reflectionConstant = new ReflectionConstant('CT_CONST');
H A DReflectionConstant_double_construct.phpt2 ReflectionConstant double construct call
9 $r = new ReflectionConstant('C' . mt_rand(1, 1));
17 object(ReflectionConstant)#1 (1) {
21 object(ReflectionConstant)#1 (1) {
H A DReflectionConstant_inexistent.phpt2 ReflectionConstant on inexistent constant
7 new \ReflectionConstant('C');
H A DReflectionExtension_getClasses_basic.phpt132 ["ReflectionConstant"]=>
135 string(18) "ReflectionConstant"
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h965 ZEND_METHOD(ReflectionConstant, __construct);
966 ZEND_METHOD(ReflectionConstant, getName);
967 ZEND_METHOD(ReflectionConstant, getNamespaceName);
968 ZEND_METHOD(ReflectionConstant, getShortName);
969 ZEND_METHOD(ReflectionConstant, getValue);
970 ZEND_METHOD(ReflectionConstant, isDeprecated);
971 ZEND_METHOD(ReflectionConstant, __toString);
1329 …ZEND_ME(ReflectionConstant, __construct, arginfo_class_ReflectionConstant___construct, ZEND_ACC_PU…
1330 ZEND_ME(ReflectionConstant, getName, arginfo_class_ReflectionConstant_getName, ZEND_ACC_PUBLIC)
1333 ZEND_ME(ReflectionConstant, getValue, arginfo_class_ReflectionConstant_getValue, ZEND_ACC_PUBLIC)
[all …]
H A Dphp_reflection.stub.php905 final class ReflectionConstant implements Reflector class
H A Dphp_reflection.c7716 ZEND_METHOD(ReflectionConstant, __construct) in ZEND_METHOD() argument
7755 ZEND_METHOD(ReflectionConstant, getName) in ZEND_METHOD() argument
7768 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument
7788 ZEND_METHOD(ReflectionConstant, getShortName) in ZEND_METHOD() argument
7809 ZEND_METHOD(ReflectionConstant, getValue) in ZEND_METHOD() argument
7822 ZEND_METHOD(ReflectionConstant, isDeprecated) in ZEND_METHOD() argument
7835 ZEND_METHOD(ReflectionConstant, __toString) in ZEND_METHOD() argument

Completed in 40 milliseconds