Home
last modified time | relevance | path

Searched defs:num_args (Results 26 – 44 of 44) sorted by last modified time

12

/php-src/Zend/
H A Dzend_vm_execute.h2152 uint32_t num_args, used_stack, call_info; in ZEND_GENERATOR_CREATE_SPEC_HANDLER() local
3412 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3555 uint32_t num_args = EX_NUM_ARGS(); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local
H A Dzend_vm_def.h4505 uint32_t num_args, used_stack, call_info; variable
H A Dzend_opcode.c130 uint32_t num_args = function->num_args + 1; in zend_free_internal_arg_info() local
608 uint32_t num_args = op_array->num_args; in destroy_op_array() local
H A Dzend_execute.h254 …e(zend_execute_data *call, uint32_t call_info, zend_function *func, uint32_t num_args, void *objec… in zend_vm_init_call_frame()
263 …me_ex(uint32_t used_stack, uint32_t call_info, zend_function *func, uint32_t num_args, void *objec… in zend_vm_stack_push_call_frame_ex()
281 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack()
291 …d_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_t num_args, void *objec… in zend_vm_stack_push_call_frame()
318 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args() local
H A Dzend_frameless_function.h122 uint32_t num_args; member
H A Dzend_types.h353 uint32_t num_args; /* arguments number for EX(This) */ member
H A Dzend_hash.c2132 …void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...) in zend_hash_apply_with_arguments()
H A Dzend_extensions.c237 static void zend_extension_message_dispatcher(const zend_extension *extension, int num_args, va_lis… in zend_extension_message_dispatcher()
H A Dzend_llist.c241 …end_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int num_args, ...) in zend_llist_apply_with_arguments()
/php-src/ext/standard/
H A Dstring.c4973 int num_args; local
5833 int result, num_args = 0; local
H A Dpack.c235 int num_args = 0; in PHP_FUNCTION() local
/php-src/ext/pdo/
H A Dpdo_stmt.c651 … *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int num_args) /* {{{ */ in make_callable_ex()
1852 uint32_t num_args = 0; in PHP_METHOD() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c192 …CALL zend_jit_push_static_metod_call_frame(zend_object *obj, zend_function *fbc, uint32_t num_args) in zend_jit_push_static_metod_call_frame()
199 … zend_jit_push_static_metod_call_frame_tmp(zend_object *obj, zend_function *fbc, uint32_t num_args) in zend_jit_push_static_metod_call_frame_tmp()
/php-src/sapi/cli/
H A Dphp_cli_server.c654 static int sapi_cli_server_register_entry_cb(zval *entry, int num_args, va_list args, zend_hash_key… in sapi_cli_server_register_entry_cb()
/php-src/Zend/Optimizer/
H A Dzend_call_graph.h42 int num_args; /* Number of arguments, excluding named and variadic arguments */ member
H A Dsccp.c758 static bool can_ct_eval_func_call(zend_function *func, zend_string *name, uint32_t num_args, zval *… in can_ct_eval_func_call()
793 zend_op_array *op_array, zval *result, zend_function *func, uint32_t num_args, zval **args) { in ct_eval_func_call_ex()
855 zend_op_array *op_array, zval *result, zend_string *name, uint32_t num_args, zval **args) { in ct_eval_func_call()
1727 uint32_t num_args = ZEND_FLF_NUM_ARGS(opline->opcode); in sccp_visit_instr() local
H A Doptimize_func_calls.c90 uint32_t i, num_args = func->op_array.num_args; in zend_try_inline_call() local
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.stub.php48 int $num_args = -1,
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h85 uint32_t num_args = ZEND_CALL_NUM_ARGS(execute_data); in fuzzer_execute_internal() local

Completed in 258 milliseconds

12