Home
last modified time | relevance | path

Searched refs:ZEND_CALL_NUM_ARGS (Results 1 – 25 of 102) sorted by relevance

12345

/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dmain.c51 int arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zephir_fetch_parameters()
505 uint32_t arg_count = ZEND_CALL_NUM_ARGS(ex); in zephir_get_args()
557 arg_count = ZEND_CALL_NUM_ARGS(ex); in zephir_get_arg()
/dports/www/phalcon4/cphalcon-4.1.1/ext/kernel/
H A Dmain.c51 int arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); in zephir_fetch_parameters()
505 uint32_t arg_count = ZEND_CALL_NUM_ARGS(ex); in zephir_get_args()
557 arg_count = ZEND_CALL_NUM_ARGS(ex); in zephir_get_arg()
/dports/lang/php81/php-8.1.1/sapi/fuzzer/
H A Dfuzzer-execute.c69 uint32_t num_args = ZEND_CALL_NUM_ARGS(execute_data); in fuzzer_execute_internal()
/dports/www/mod_php81/php-8.1.1/sapi/fuzzer/
H A Dfuzzer-execute.c69 uint32_t num_args = ZEND_CALL_NUM_ARGS(execute_data); in fuzzer_execute_internal()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_execute.h185 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
227 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
251 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_execute.h185 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
227 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
251 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_frame.c56 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
65 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_frame.c56 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
65 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_execute.h188 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
230 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
254 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_execute.h188 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
230 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
254 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_frame.c56 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
65 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_frame.c58 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
67 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_frame.c58 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
67 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_frame.c56 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
65 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_frame.c58 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
67 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_frame.c58 uint32_t i = 0, first_extra_arg = op_array->num_args, num_args = ZEND_CALL_NUM_ARGS(ex); in phpdbg_compile_stackframe()
67 if (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg) { in phpdbg_compile_stackframe()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_execute.h224 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
266 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
282 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
H A Dzend_generators.c44 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
46 …all) + ZEND_CALL_FRAME_SLOT, ((zval*)call) + ZEND_CALL_FRAME_SLOT, ZEND_CALL_NUM_ARGS(call) * size… in zend_generator_restore_call_stack()
68 used_stack += ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
77 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
H A Dzend_builtin_functions.c164 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
195 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
203 …if ((zend_ulong)requested_offset >= first_extra_arg && (ZEND_CALL_NUM_ARGS(ex) > first_extra_arg))… in ZEND_FUNCTION()
233 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
1538 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in debug_backtrace_get_args()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_execute.h224 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
266 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
282 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
H A Dzend_generators.c44 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
46 …all) + ZEND_CALL_FRAME_SLOT, ((zval*)call) + ZEND_CALL_FRAME_SLOT, ZEND_CALL_NUM_ARGS(call) * size… in zend_generator_restore_call_stack()
68 used_stack += ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
77 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_execute.h199 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
241 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
257 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
H A Dzend_generators.c44 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
46 …all) + ZEND_CALL_FRAME_SLOT, ((zval*)call) + ZEND_CALL_FRAME_SLOT, ZEND_CALL_NUM_ARGS(call) * size… in zend_generator_restore_call_stack()
68 used_stack += ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
77 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_execute.h199 ZEND_CALL_NUM_ARGS(call) = num_args; in zend_vm_init_call_frame()
241 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex()
257 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
H A Dzend_generators.c44 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
46 …all) + ZEND_CALL_FRAME_SLOT, ((zval*)call) + ZEND_CALL_FRAME_SLOT, ZEND_CALL_NUM_ARGS(call) * size… in zend_generator_restore_call_stack()
68 used_stack += ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()
77 size_t frame_size = ZEND_CALL_FRAME_SLOT + ZEND_CALL_NUM_ARGS(call); in zend_generator_freeze_call_stack()

12345