mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Move constants into read-only data segment
This commit is contained in:
parent
71eaf0d97f
commit
9e709e2fa0
104 changed files with 162 additions and 162 deletions
|
@ -296,7 +296,7 @@ static PHP_METHOD(IntlIterator, valid)
|
|||
ZEND_BEGIN_ARG_INFO_EX(ainfo_se_void, 0, 0, 0)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
static zend_function_entry IntlIterator_class_functions[] = {
|
||||
static const zend_function_entry IntlIterator_class_functions[] = {
|
||||
PHP_ME(IntlIterator, current, ainfo_se_void, ZEND_ACC_PUBLIC)
|
||||
PHP_ME(IntlIterator, key, ainfo_se_void, ZEND_ACC_PUBLIC)
|
||||
PHP_ME(IntlIterator, next, ainfo_se_void, ZEND_ACC_PUBLIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue