Skip to content

Commit 91889c7

Browse files
Update gh11423.phpt
1 parent 43f5dae commit 91889c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/zend_test/tests/gh11423.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ var_dump(get_defined_constants(true)["user"]);
1313

1414
?>
1515
--EXPECT--
16-
array(4) {
16+
array(5) {
1717
["ZEND_TEST_DEPRECATED"]=>
1818
int(42)
1919
["ZEND_CONSTANT_A"]=>
2020
string(6) "global"
21+
["ZEND_TEST_ATTRIBUTED_CONSTANT"]=>
22+
int(42)
2123
["ZendTestNS2\ZEND_CONSTANT_A"]=>
2224
string(10) "namespaced"
2325
["ZendTestNS2\ZendSubNS\ZEND_CONSTANT_A"]=>

0 commit comments

Comments
 (0)