mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use specialized functions instead of macros
This commit is contained in:
parent
22f6cf91d5
commit
40256e0f9c
11 changed files with 270 additions and 138 deletions
|
@ -1607,7 +1607,7 @@ ZEND_API void zend_rebuild_symbol_table(TSRMLS_D) /* {{{ */
|
|||
zval zv;
|
||||
|
||||
ZVAL_INDIRECT(&zv, EX_VAR_NUM_2(ex, i));
|
||||
zend_hash_update(&EG(active_symbol_table)->ht,
|
||||
zend_hash_add_new(&EG(active_symbol_table)->ht,
|
||||
ex->op_array->vars[i], &zv);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue