Revert "Fix test after reverted commit"

This reverts commit 0ce4f91d73.
This commit is contained in:
Ilija Tovilo 2023-07-04 23:36:22 +02:00
parent ad1b70d67e
commit 188072a58f
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -18,12 +18,12 @@ array(4) {
int(42)
["ZEND_CONSTANT_A"]=>
string(6) "global"
["ZendTestNS2\ZEND_CONSTANT_A"]=>
["zendtestns2\ZEND_CONSTANT_A"]=>
string(10) "namespaced"
["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>
["zendtestns2\zendsubns\ZEND_CONSTANT_A"]=>
string(10) "namespaced"
}
array(1) {
["NS1\ns2\Const1"]=>
["ns1\ns2\Const1"]=>
string(6) "value1"
}