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

Zend: add const modifiers (#19571)

This commit is contained in:
Gina Peter Banyard
2026-03-23 10:52:28 +00:00
committed by GitHub
parent 00c0a9ba30
commit be1ae8ef6f
4 changed files with 17 additions and 17 deletions

View File

@@ -4820,7 +4820,7 @@ ZEND_METHOD(ReflectionClass, getConstant)
{
reflection_object *intern;
zend_class_entry *ce;
HashTable *constants_table;
const HashTable *constants_table;
zend_class_constant *c;
zend_string *name, *key;