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:
committed by
GitHub
parent
00c0a9ba30
commit
be1ae8ef6f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user