Home
last modified time | relevance | path

Searched refs:num_extra_args (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c182 …MT *stmt, unsigned int num_vars, zval *args, const char * const types, unsigned int num_extra_args) in mysqli_stmt_bind_param_do_bind() argument
234 …zend_argument_value_error(num_extra_args, "must only contain the \"b\", \"d\", \"i\", \"s\" type s… in mysqli_stmt_bind_param_do_bind()
262 …MT *stmt, unsigned int num_vars, zval *args, const char * const types, unsigned int num_extra_args) in mysqli_stmt_bind_param_do_bind() argument
296 …zend_argument_value_error(num_extra_args, "must only contain the \"b\", \"d\", \"i\", \"s\" type s… in mysqli_stmt_bind_param_do_bind()
/PHP-8.1/Zend/
H A Dzend_execute.c5025 uint32_t num_extra_args = new_num_args - current_num_args; in zend_handle_named_arg() local
5026 zend_vm_stack_extend_call_frame(call_ptr, current_num_args, num_extra_args); in zend_handle_named_arg()
5030 if (num_extra_args > 1) { in zend_handle_named_arg()

Completed in 27 milliseconds