mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() The error handling is incomplete on argument cleanup. 1. The fci is not cleared which means that zend_free_trampoline() is never called. 2. The cleaning for extra named arguments was missing, resulting in memory leak. Closes GH-17219. |
||
---|---|---|
.. | ||
__call.phpt | ||
__invoke.phpt | ||
assert.phpt | ||
attributes.phpt | ||
attributes_duplicate_named_param.phpt | ||
attributes_named_flags.phpt | ||
attributes_named_flags_incorrect.phpt | ||
attributes_positional_after_named.phpt | ||
backtrace.phpt | ||
basic.phpt | ||
call_user_func.phpt | ||
call_user_func_array.phpt | ||
call_user_func_array_variadic.phpt | ||
cannot_pass_by_ref.phpt | ||
ctor_extra_named_args.phpt | ||
defaults.phpt | ||
duplicate_param.phpt | ||
func_get_args.phpt | ||
gh17216.phpt | ||
internal.phpt | ||
internal_variadics.phpt | ||
missing_param.phpt | ||
positional_after_named.phpt | ||
references.phpt | ||
reserved.phpt | ||
runtime_cache_init.phpt | ||
undef_var.phpt | ||
unknown_named_param.phpt | ||
unpack.phpt | ||
unpack_and_named_1.phpt | ||
unpack_and_named_2.phpt | ||
variadic.phpt |