Searched refs:first_extra_arg (Results 1 – 8 of 8) sorted by relevance
56 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe() local65 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()66 while (i < first_extra_arg) { in phpdbg_compile_stackframe()
183 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local214 first_extra_arg = ex->func->op_array.num_args; in ZEND_FUNCTION()215 …if ((zend_ulong)requested_offset >= first_extra_arg && (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg))… in ZEND_FUNCTION()216 …NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T) + (requested_offset - first_extra_arg); in ZEND_FUNCTION()230 uint32_t arg_count, first_extra_arg; in ZEND_FUNCTION() local249 first_extra_arg = ex->func->op_array.num_args; in ZEND_FUNCTION()254 if (arg_count > first_extra_arg) { in ZEND_FUNCTION()255 while (i < first_extra_arg) { in ZEND_FUNCTION()1564 uint32_t first_extra_arg = MIN(num_args, call->func->op_array.num_args); in debug_backtrace_get_args() local1571 while (i < first_extra_arg) { in debug_backtrace_get_args()[all …]
3940 uint32_t first_extra_arg = op_array->num_args; in zend_copy_extra_args() local3950 opline += first_extra_arg; in zend_copy_extra_args()3952 EX(opline) += first_extra_arg; in zend_copy_extra_args()3959 delta = op_array->last_var + op_array->T - first_extra_arg; in zend_copy_extra_args()3960 count = num_args - first_extra_arg; in zend_copy_extra_args()3998 uint32_t first_extra_arg, num_args; in i_init_func_execute_data() local4010 first_extra_arg = op_array->num_args; in i_init_func_execute_data()4012 if (UNEXPECTED(num_args > first_extra_arg)) { in i_init_func_execute_data()
9476 uint32_t first_extra_arg = EX(func)->op_array.num_args; variable9485 if (arg_count > first_extra_arg) { in ZEND_HASH_FILL_PACKED()9486 while (i < first_extra_arg) { in ZEND_HASH_FILL_PACKED()9501 if (skip < first_extra_arg) { in ZEND_HASH_FILL_PACKED()9504 skip -= first_extra_arg; in ZEND_HASH_FILL_PACKED()
11047 uint32_t first_extra_arg = EX(func)->op_array.num_args; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() local11056 if (arg_count > first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()11057 while (i < first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()11072 if (skip < first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()11075 skip -= first_extra_arg; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()37154 uint32_t first_extra_arg = EX(func)->op_array.num_args; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() local37163 if (arg_count > first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()37164 while (i < first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()37179 if (skip < first_extra_arg) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()37182 skip -= first_extra_arg; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
133 uint32_t first_extra_arg = op_array->num_args; in zend_jit_copy_extra_args_helper() local141 opline += first_extra_arg; in zend_jit_copy_extra_args_helper()143 EX(opline) += first_extra_arg; in zend_jit_copy_extra_args_helper()148 end = EX_VAR_NUM(first_extra_arg - 1); in zend_jit_copy_extra_args_helper()149 src = end + (num_args - first_extra_arg); in zend_jit_copy_extra_args_helper()150 dst = src + (op_array->last_var + op_array->T - first_extra_arg); in zend_jit_copy_extra_args_helper()
10171 | // if (UNEXPECTED(num_args > first_extra_arg))10174 | // first_extra_arg = op_array->num_args;10178 | // if (UNEXPECTED(num_args > first_extra_arg))
9457 | // if (UNEXPECTED(num_args > first_extra_arg))9460 | // first_extra_arg = op_array->num_args;9464 | // if (UNEXPECTED(num_args > first_extra_arg))
Completed in 287 milliseconds