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

Fix test after reverted commit

This commit is contained in:
Máté Kocsis
2023-07-03 16:49:45 +02:00
parent 4db4f0ba00
commit 0ce4f91d73

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