1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

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"
}