/PHP-7.0/Zend/ |
H A D | zend_execute.h | 174 …me_ex(uint32_t used_stack, uint32_t call_info, zend_function *func, uint32_t num_args, zend_class_… in zend_vm_stack_push_call_frame_ex() 197 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack() 207 …d_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_t num_args, zend_class_… in zend_vm_stack_push_call_frame() 242 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args() local
|
H A D | zend_variables.c | 271 ZEND_API int zval_copy_static_var(zval *p, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in zval_copy_static_var()
|
H A D | zend_extensions.c | 227 static void zend_extension_message_dispatcher(const zend_extension *extension, int num_args, va_lis… in zend_extension_message_dispatcher()
|
H A D | zend_llist.c | 241 …end_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int num_args, ...) in zend_llist_apply_with_arguments()
|
H A D | zend_inheritance.c | 252 uint32_t i, num_args; in zend_do_perform_implementation_check() local 412 uint32_t i, num_args, required; in zend_get_function_declaration() local
|
H A D | zend_opcode.c | 402 uint32_t num_args = op_array->num_args; in destroy_op_array() local
|
H A D | zend_builtin_functions.c | 1802 static int copy_class_or_interface_name(zval *el, int num_args, va_list args, zend_hash_key *hash_k… in copy_class_or_interface_name() 1871 static int copy_function_name(zval *zv, int num_args, va_list args, zend_hash_key *hash_key) /* {{{… in copy_function_name() 2218 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in debug_backtrace_get_args() local
|
H A D | zend_API.c | 200 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_paramers_count_error(int num_args, int min_num_arg… in zend_wrong_paramers_count_error() 802 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags) /* {{{ */ in zend_parse_va_args() 939 ZEND_API int zend_parse_parameters_ex(int flags, int num_args, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters_ex() 952 ZEND_API int zend_parse_parameters(int num_args, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters() 966 ZEND_API int zend_parse_parameters_throw(int num_args, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters_throw() 980 ZEND_API int zend_parse_method_parameters(int num_args, zval *this_ptr, const char *type_spec, ...)… in zend_parse_method_parameters() 1020 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args, zval *this_ptr, const char *t… in zend_parse_method_parameters_ex()
|
H A D | zend_ts_hash.c | 161 …zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int num_args, ...) in zend_ts_hash_apply_with_arguments()
|
H A D | zend_closures.c | 438 uint32_t i, num_args, required = closure->func.common.required_num_args; in zend_closure_get_debug_info() local
|
H A D | zend_compile.h | 341 uint32_t num_args; member 392 uint32_t num_args; member 414 uint32_t num_args; member
|
H A D | zend_execute.c | 2120 uint32_t first_extra_arg, num_args; in i_init_func_execute_data() local 2240 uint32_t first_extra_arg, num_args; in i_init_execute_data() local 2325 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_create_generator_execute_data() local
|
H A D | zend_hash.c | 1576 …CALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...) in zend_hash_apply_with_arguments()
|
/PHP-7.0/ext/interbase/ |
H A D | ibase_events.c | 131 int num_args; in PHP_FUNCTION() local 272 int num_args; in PHP_FUNCTION() local
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 760 uint32_t i, num_args, required = fptr->common.required_num_args; in _function_parameter_string() local 1937 int result, num_args = 0; in ZEND_METHOD() local 2065 uint32_t num_args; in ZEND_METHOD() local 2099 uint32_t i, num_args; in ZEND_METHOD() local 2355 uint32_t num_args; in ZEND_METHOD() local 3186 int result, num_args = 0; in ZEND_METHOD() local 4158 static int _addmethod_va(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addmethod_va() 4314 static int _addproperty(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addproperty() 4335 static int _adddynproperty(zval *ptr, int num_args, va_list args, zend_hash_key *hash_key) in _adddynproperty() 4634 int ret, i, num_args = 0; in ZEND_METHOD() local [all …]
|
/PHP-7.0/ext/opcache/ |
H A D | zend_persist_calc.c | 217 uint32_t num_args = op_array->num_args; in zend_persist_op_array_calc_ex() local
|
H A D | zend_persist.c | 601 uint32_t num_args = op_array->num_args; in zend_persist_op_array_ex() local
|
/PHP-7.0/ext/wddx/ |
H A D | wddx.c | 1164 int num_args, i; in PHP_FUNCTION() local 1273 int num_args, i; in PHP_FUNCTION() local
|
/PHP-7.0/ext/standard/ |
H A D | pack.c | 239 int num_args = 0, i; in PHP_FUNCTION() local
|
H A D | browscap.c | 548 zval *entry_zv, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in browser_reg_compare()
|
H A D | basic_functions.c | 4567 static int add_config_entry_cb(zval *entry, int num_args, va_list args, zend_hash_key *hash_key) 5260 static int php_ini_get_option(zval *zv, int num_args, va_list args, zend_hash_key *hash_key) /* {{{…
|
H A D | string.c | 4400 int num_args, i = 0; local 5317 int result, num_args = 0; local
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_stmt.c | 767 … *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int num_args) /* {{{ */ in make_callable_ex()
|
/PHP-7.0/ext/spl/ |
H A D | spl_directory.c | 2060 int num_args = pass_num_args + (arg2 ? 2 : 1); in spl_filesystem_file_call() local
|
/PHP-7.0/sapi/cli/ |
H A D | php_cli_server.c | 598 static int sapi_cli_server_register_entry_cb(char **entry, int num_args, va_list args, zend_hash_ke… in sapi_cli_server_register_entry_cb()
|