Home
last modified time | relevance | path

Searched refs:ReflectionConstant (Results 1 – 16 of 16) 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_getExtensionName.phpt2 ReflectionConstant::getExtensionName()
8 $reflectionConstant = new ReflectionConstant('PHP_VERSION');
11 $reflectionConstant = new ReflectionConstant('JSON_ERROR_NONE');
15 $reflectionConstant = new ReflectionConstant('CT_CONST');
19 $reflectionConstant = new ReflectionConstant('RT_CONST');
H A DReflectionConstant_getExtension.phpt2 ReflectionConstant::getExtension()
8 $reflectionConstant = new ReflectionConstant('PHP_VERSION');
11 $reflectionConstant = new ReflectionConstant('JSON_ERROR_NONE');
15 $reflectionConstant = new ReflectionConstant('CT_CONST');
19 $reflectionConstant = new ReflectionConstant('RT_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 DReflectionConstant_getFileName.phpt2 ReflectionConstant::getFileName()
9 $ref = new ReflectionConstant($name);
H A DReflectionExtension_getClasses_basic.phpt132 ["ReflectionConstant"]=>
135 string(18) "ReflectionConstant"
/php-src/
H A DUPGRADING107 . ReflectionConstant::getFileName() was introduced.
108 . ReflectionConstant::getExtension() and
109 ReflectionConstant::getExtensionName() were introduced.
H A DNEWS45 . Added ReflectionConstant::getExtension() and ::getExtensionName().
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h980 ZEND_METHOD(ReflectionConstant, __construct);
981 ZEND_METHOD(ReflectionConstant, getName);
982 ZEND_METHOD(ReflectionConstant, getNamespaceName);
983 ZEND_METHOD(ReflectionConstant, getShortName);
984 ZEND_METHOD(ReflectionConstant, getValue);
985 ZEND_METHOD(ReflectionConstant, isDeprecated);
986 ZEND_METHOD(ReflectionConstant, getFileName);
987 ZEND_METHOD(ReflectionConstant, getExtension);
988 ZEND_METHOD(ReflectionConstant, getExtensionName);
989 ZEND_METHOD(ReflectionConstant, __toString);
[all …]
H A Dphp_reflection.stub.php903 final class ReflectionConstant implements Reflector class
H A Dphp_reflection.c7471 ZEND_METHOD(ReflectionConstant, __construct) in ZEND_METHOD() argument
7510 ZEND_METHOD(ReflectionConstant, getName) in ZEND_METHOD() argument
7521 ZEND_METHOD(ReflectionConstant, getNamespaceName) in ZEND_METHOD() argument
7539 ZEND_METHOD(ReflectionConstant, getShortName) in ZEND_METHOD() argument
7558 ZEND_METHOD(ReflectionConstant, getValue) in ZEND_METHOD() argument
7569 ZEND_METHOD(ReflectionConstant, isDeprecated) in ZEND_METHOD() argument
7580 ZEND_METHOD(ReflectionConstant, getFileName) in ZEND_METHOD() argument
7634 ZEND_METHOD(ReflectionConstant, getExtension) in ZEND_METHOD() argument
7641 ZEND_METHOD(ReflectionConstant, getExtensionName) in ZEND_METHOD() argument
7647 ZEND_METHOD(ReflectionConstant, __toString) in ZEND_METHOD() argument

Completed in 44 milliseconds