Home
last modified time | relevance | path

Searched refs:ZEND_CONSTANT_A (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/zend_test/tests/
H A Dgen_stub_test_02.phpt8 var_dump(ZEND_CONSTANT_A);
9 var_dump(ZendTestNS2\ZEND_CONSTANT_A);
10 var_dump(ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A);
H A Dgh11423.phpt19 ["ZEND_CONSTANT_A"]=>
21 ["ZendTestNS2\ZEND_CONSTANT_A"]=>
23 ["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>
/php-src/ext/reflection/tests/
H A DReflectionConstant_dump.phpt19 dump(new ReflectionConstant('ZEND_CONSTANT_A'));
28 string(15) "ZEND_CONSTANT_A"
30 Constant [ <persistent> string ZEND_CONSTANT_A ] { global }
H A DReflectionConstant_getName.phpt8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
24 string(15) "ZEND_CONSTANT_A"
H A DReflectionConstant_getValue.phpt8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
H A DReflectionConstant_isDeprecated.phpt8 $reflectionConstant = new ReflectionConstant('ZEND_CONSTANT_A');
/php-src/ext/zend_test/
H A Dtest.stub.php18 const ZEND_CONSTANT_A = "global"; define
330 const ZEND_CONSTANT_A = "namespaced"; define
356 const ZEND_CONSTANT_A = \ZendTestNS2\ZEND_CONSTANT_A; define

Completed in 9 milliseconds