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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user