Skip to content

Commit 0ce4f91

Browse files
committed
Fix test after reverted commit
1 parent 4db4f0b commit 0ce4f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/zend_test/tests/gh11423.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ array(4) {
1818
int(42)
1919
["ZEND_CONSTANT_A"]=>
2020
string(6) "global"
21-
["zendtestns2\ZEND_CONSTANT_A"]=>
21+
["ZendTestNS2\ZEND_CONSTANT_A"]=>
2222
string(10) "namespaced"
23-
["zendtestns2\zendsubns\ZEND_CONSTANT_A"]=>
23+
["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>
2424
string(10) "namespaced"
2525
}
2626
array(1) {
27-
["ns1\ns2\Const1"]=>
27+
["NS1\ns2\Const1"]=>
2828
string(6) "value1"
2929
}

0 commit comments

Comments
 (0)