mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Revert "Fix test after reverted commit"
This reverts commit 0ce4f91d73
.
This commit is contained in:
parent
ad1b70d67e
commit
188072a58f
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user