Home
last modified time | relevance | path

Searched refs:ZEND_CALL_FREE_EXTRA_ARGS (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.h229 if (UNEXPECTED(call_info & ZEND_CALL_FREE_EXTRA_ARGS)) { in zend_vm_stack_free_extra_args_ex()
H A Dzend_generators.c289 if (EX_CALL_INFO() & ZEND_CALL_FREE_EXTRA_ARGS) { in calc_gc_buffer_size()
375 if (EX_CALL_INFO() & ZEND_CALL_FREE_EXTRA_ARGS) { in zend_generator_get_gc()
H A Dzend_compile.h522 #define ZEND_CALL_FREE_EXTRA_ARGS (1 << 19) macro
H A Dzend_execute.c3568 ZEND_ADD_CALL_FLAG(execute_data, ZEND_CALL_FREE_EXTRA_ARGS); in zend_copy_extra_args()
3573 ZEND_ADD_CALL_FLAG(execute_data, ZEND_CALL_FREE_EXTRA_ARGS); in zend_copy_extra_args()
H A Dzend_vm_def.h2868 …info & (ZEND_CALL_CODE|ZEND_CALL_TOP|ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS|ZEND_CAL… in ZEND_VM_HOT_HELPER()
2948 if (UNEXPECTED(call_info & (ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS))) { in ZEND_VM_HOT_HELPER()
5304 ZEND_ADD_CALL_FLAG(execute_data, ZEND_CALL_FREE_EXTRA_ARGS); in ZEND_HASH_FILL_PACKED()
H A Dzend_vm_execute.h1135 …info & (ZEND_CALL_CODE|ZEND_CALL_TOP|ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS|ZEND_CAL… in zend_leave_helper_SPEC()
1215 if (UNEXPECTED(call_info & (ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS))) { in zend_leave_helper_SPEC()
3195 ZEND_ADD_CALL_FLAG(execute_data, ZEND_CALL_FREE_EXTRA_ARGS); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
53381 …info & (ZEND_CALL_CODE|ZEND_CALL_TOP|ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS|ZEND_CAL…
53461 if (UNEXPECTED(call_info & (ZEND_CALL_HAS_SYMBOL_TABLE|ZEND_CALL_FREE_EXTRA_ARGS))) {

Completed in 156 milliseconds