Home
last modified time | relevance | path

Searched defs:params (Results 26 – 43 of 43) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_execute_API.c633 …*object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separa… in _call_user_function_ex()
H A Dzend_API.h46 zval *params; member
465 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
467 …ction_ex(function_table, object, function_name, retval_ptr, param_count, params, no_separation, sy… argument
H A Dzend_API.c3532 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params) /* {… in zend_fcall_info_args_save()
3541 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval *params) /* … in zend_fcall_info_args_restore()
3551 zval *arg, *params; in zend_fcall_info_args_ex() local
H A Dzend_vm_def.h5290 zval *params; variable
5301 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_HASH_FILL_PACKED()
H A Dzend_vm_execute.h3181 zval *params; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c269 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
570 MYSQLND_RESULT_BIND *params = mysqlnd_stmt_alloc_result_bind(stmt->stmt); in mysqli_stmt_bind_result_do_bind() local
/PHP-7.4/ext/soap/
H A Dphp_sdl.c560 …xmlNodePtr node, char* wsdl_soap_namespace, sdlSoapBindingFunctionBody *binding, HashTable* params) in wsdl_soap_binding_body()
2503 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2567 php_cli_server_do_event_for_each_fd_callback_params *params = _params; in php_cli_server_do_event_for_each_fd_callback() local
2619 php_cli_server_do_event_for_each_fd_callback_params params = { in php_cli_server_do_event_for_each_fd() local
/PHP-7.4/ext/iconv/
H A Diconv.c2868 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2330 struct mbfl_split_params *params = (struct mbfl_split_params *)data; /* cast passed data */ in mbfl_split_output() local
2436 struct mbfl_split_params params = { /* init callback function params structure */ in PHP_FUNCTION() local
/PHP-7.4/ext/spl/
H A Dspl_array.c1430 zval function_name, params[2], *arg = NULL; in spl_array_method() local
H A Dspl_directory.c2070 zval *zresource_ptr = &intern->u.file.zresource, *params, retval; in spl_filesystem_file_call() local
H A Dspl_iterators.c1964 zval params[3]; in SPL_METHOD() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1304 params_t *params = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/ldap/
H A Dldap.c3754 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1178 zval *params = NULL; in php_imap_do_open() local
/PHP-7.4/ext/phar/
H A Dphar_object.c676 zval params, retval; in PHP_METHOD() local
/PHP-7.4/ext/standard/
H A Darray.c6280 zval *params = (zval *)safe_emalloc(n_arrays, sizeof(zval), 0); local

Completed in 268 milliseconds

12