We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f5dae commit 91889c7Copy full SHA for 91889c7
ext/zend_test/tests/gh11423.phpt
@@ -13,11 +13,13 @@ var_dump(get_defined_constants(true)["user"]);
13
14
?>
15
--EXPECT--
16
-array(4) {
+array(5) {
17
["ZEND_TEST_DEPRECATED"]=>
18
int(42)
19
["ZEND_CONSTANT_A"]=>
20
string(6) "global"
21
+ ["ZEND_TEST_ATTRIBUTED_CONSTANT"]=>
22
+ int(42)
23
["ZendTestNS2\ZEND_CONSTANT_A"]=>
24
string(10) "namespaced"
25
["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>
0 commit comments