mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix generator memory leaks when interrupted during argument evaluation (#9756)
This commit is contained in:
parent
75970077b0
commit
5d1f3e047c
14 changed files with 537 additions and 3 deletions
|
@ -349,6 +349,7 @@ ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode
|
|||
|
||||
ZEND_API void zend_clean_and_cache_symbol_table(zend_array *symbol_table);
|
||||
ZEND_API void zend_free_compiled_variables(zend_execute_data *execute_data);
|
||||
ZEND_API void zend_unfinished_calls_gc(zend_execute_data *execute_data, zend_execute_data *call, uint32_t op_num, zend_get_gc_buffer *buf);
|
||||
ZEND_API void zend_cleanup_unfinished_execution(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_num);
|
||||
|
||||
zval * ZEND_FASTCALL zend_handle_named_arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue