mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix printing backtrace of fake generator frame
This commit is contained in:
commit
8c556b211d
4 changed files with 40 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ do_repeat:
|
|||
object_init_ex(&ref, pce);
|
||||
|
||||
memset(&execute_data, 0, sizeof(zend_execute_data));
|
||||
execute_data.func = (zend_function *) &zend_pass_function;
|
||||
EG(current_execute_data) = &execute_data;
|
||||
zend_call_known_instance_method_with_1_params(
|
||||
pce->constructor, Z_OBJ(ref), NULL, &arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue