We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db4f0b commit 0ce4f91Copy full SHA for 0ce4f91
ext/zend_test/tests/gh11423.phpt
@@ -18,12 +18,12 @@ array(4) {
18
int(42)
19
["ZEND_CONSTANT_A"]=>
20
string(6) "global"
21
- ["zendtestns2\ZEND_CONSTANT_A"]=>
+ ["ZendTestNS2\ZEND_CONSTANT_A"]=>
22
string(10) "namespaced"
23
- ["zendtestns2\zendsubns\ZEND_CONSTANT_A"]=>
+ ["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>
24
25
}
26
array(1) {
27
- ["ns1\ns2\Const1"]=>
+ ["NS1\ns2\Const1"]=>
28
string(6) "value1"
29
0 commit comments