Home
last modified time | relevance | path

Searched refs:params (Results 1 – 25 of 204) sorted by last modified time

123456789

/PHP-7.4/
H A DNEWS634 . Fixed bug #80152 (odbc_execute() moves internal pointer of $params). (cmb)
/PHP-7.4/ext/pgsql/
H A Dpgsql.c171 ZEND_ARG_INFO(0, params)
187 ZEND_ARG_INFO(0, params)
1922 if (params[i]) {
1923 efree(params[i]);
1926 efree(params);
1988 params[i] = NULL;
2191 params[i] = NULL;
2833 fci.params = NULL;
2859 if (fci.params) {
5004 params[i] = NULL;
[all …]
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1561 fci->params = &arg; in preg_do_repl_func()
/PHP-7.4/Zend/
H A Dzend_closures.c131 fci.params = NULL; in ZEND_METHOD()
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "o*", &newthis, &fci.params, &fci.param_count) == FAILU… in ZEND_METHOD()
252 zval params[2]; in ZEND_NAMED_FUNCTION() local
262 fci.params = params; in ZEND_NAMED_FUNCTION()
264 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
266 array_init_size(&fci.params[1], ZEND_NUM_ARGS()); in ZEND_NAMED_FUNCTION()
267 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
269 ZVAL_EMPTY_ARRAY(&fci.params[1]); in ZEND_NAMED_FUNCTION()
277 zval_ptr_dtor(&fci.params[1]); in ZEND_NAMED_FUNCTION()
H A Dzend_vm_execute.h3181 zval *params; in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER() local
3185 params = EX_VAR(opline->result.var); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3190 array_init_size(params, arg_count - arg_num + 1); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3191 zend_hash_real_init_packed(Z_ARRVAL_P(params)); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3192 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
3211 ZVAL_EMPTY_ARRAY(params); in ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER()
H A Dzend_vm_def.h5290 zval *params; variable
5294 params = EX_VAR(opline->result.var);
5299 array_init_size(params, arg_count - arg_num + 1);
5300 zend_hash_real_init_packed(Z_ARRVAL_P(params));
5301 ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { in ZEND_HASH_FILL_PACKED() argument
5320 ZVAL_EMPTY_ARRAY(params);
H A Dzend_API.c3506 fci->params = NULL; in zend_fcall_info_init()
3515 if (fci->params) { in zend_fcall_info_args_clear()
3516 zval *p = fci->params; in zend_fcall_info_args_clear()
3524 efree(fci->params); in zend_fcall_info_args_clear()
3525 fci->params = NULL; in zend_fcall_info_args_clear()
3535 *params = fci->params; in zend_fcall_info_args_save()
3537 fci->params = NULL; in zend_fcall_info_args_save()
3545 fci->params = params; in zend_fcall_info_args_restore()
3551 zval *arg, *params; in zend_fcall_info_args_ex() local
3565 fci->params = params = (zval *) erealloc(fci->params, fci->param_count * sizeof(zval)); in zend_fcall_info_args_ex()
[all …]
H A Dzend_object_handlers.c204 fci.params = &member; in zend_std_call_getter()
241 fci.params = args; in zend_std_call_setter()
277 fci.params = &member; in zend_std_call_unsetter()
314 fci.params = &member; in zend_std_call_issetter()
/PHP-7.4/ext/standard/
H A Darray.c968 BG(user_compare_fci).params = args; in php_array_user_compare()
1367 BG(array_walk_fci).params = args; in php_array_walk()
6060 fci.params = args;
6133 fci.params = args;
6214 fci.params = &arg;
6290 ZVAL_NULL(&params[i]);
6303 fci.params = params;
6310 zval_ptr_dtor(&params[i]);
6312 efree(params);
6316 zval_ptr_dtor(&params[i]);
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c633 zval params[3]; in _php_libxml_external_entity_loader() local
645 ZVAL_STRING(&params[0], ID); in _php_libxml_external_entity_loader()
647 ZVAL_NULL(&params[0]); in _php_libxml_external_entity_loader()
650 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
652 ZVAL_NULL(&params[1]); in _php_libxml_external_entity_loader()
654 ctxzv = &params[2]; in _php_libxml_external_entity_loader()
673 fci->params = params; in _php_libxml_external_entity_loader()
674 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
742 zval_ptr_dtor(&params[0]); in _php_libxml_external_entity_loader()
743 zval_ptr_dtor(&params[1]); in _php_libxml_external_entity_loader()
[all …]
/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
2332 (*params->next_filter->filter_function)(c, params->next_filter); /* decoder filter */ in mbfl_split_output()
2334 …if(params->split_length == ++params->mb_chunk_length) { /* if current chunk size reached defined c… in mbfl_split_output()
2335 …mbfl_convert_filter_flush(params->next_filter);/* concatenate separate decoded chars to the solid … in mbfl_split_output()
2336 …mbfl_memory_device *device = (mbfl_memory_device *)params->next_filter->data; /* chars container */ in mbfl_split_output()
2337 mbfl_string *chunk = params->result_string; in mbfl_split_output()
2339 …add_next_index_stringl(params->return_value, (const char *)chunk->val, chunk->len); /* add chunk t… in mbfl_split_output()
2341 params->mb_chunk_length = 0; /* reset mb_chunk size */ in mbfl_split_output()
2436 struct mbfl_split_params params = { /* init callback function params structure */ in PHP_FUNCTION() local
2449 &params); in PHP_FUNCTION()
[all …]
/PHP-7.4/main/
H A Dmain.c983 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() argument
1066 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
1205 char *params; in php_error_docref2() local
1208 spprintf(&params, 0, "%s,%s", param1, param2); in php_error_docref2()
1210 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
1212 if (params) { in php_error_docref2()
1213 efree(params); in php_error_docref2()
H A Dphp.h339 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1292 fci.params = NULL; in php_mysqli_fetch_into_hash()
H A Dmysqli_api.c269 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
276 params = mysqlnd_stmt_alloc_param_bind(stmt->stmt); in mysqli_stmt_bind_param_do_bind()
277 if (!params) { in mysqli_stmt_bind_param_do_bind()
303 mysqlnd_stmt_free_param_bind(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
306 ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]); in mysqli_stmt_bind_param_do_bind()
307 params[i].type = type; in mysqli_stmt_bind_param_do_bind()
309 ret = mysqlnd_stmt_bind_param(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
571 if (params) { in mysqli_stmt_bind_result_do_bind()
573 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_result_do_bind()
575 return mysqlnd_stmt_bind_result(stmt->stmt, params); in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc525 * Get request params array.
545 $params = array_merge(
568 return array_filter($params, function($value) {
598 $params = $this->getRequestParams($query, $headers, $uri);
602 $this->getClient($address, $connKeepAlive)->request_data($params, false)
650 $params = $this->getRequestParams(
657 'requestId' => $client->async_request($params, false),
/PHP-7.4/ext/xml/
H A Dxml.c571 fci.params = argv; in xml_call_handler()
/PHP-7.4/ext/curl/
H A Dinterface.c1508 fci.params = argv; in curl_write()
1557 fci.params = argv; in curl_fnmatch()
1612 fci.params = argv; in curl_progress()
1669 fci.params = argv; in curl_read()
1732 fci.params = argv; in curl_write_header()
/PHP-7.4/ext/phar/
H A Dphar_object.c676 zval params, retval; in PHP_METHOD() local
678 ZVAL_STRINGL(&params, entry, entry_len); in PHP_METHOD()
692 fci.params = &params; in PHP_METHOD()
693 Z_ADDREF(params); in PHP_METHOD()
/PHP-7.4/ext/imap/
H A Dphp_imap.c107 ZEND_ARG_INFO(0, params)
1178 zval *params = NULL; in php_imap_do_open() local
1182 &passwd, &flags, &retries, &params) == FAILURE) { in php_imap_do_open()
1196 if (params) { in php_imap_do_open()
1199 …if ((disabled_auth_method = zend_hash_str_find(Z_ARRVAL_P(params), "DISABLE_AUTHENTICATOR", sizeof… in php_imap_do_open()
/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
2568 php_cli_server *server = params->server; in php_cli_server_do_event_for_each_fd_callback()
2607 params->rhandler(server, client); in php_cli_server_do_event_for_each_fd_callback()
2610 params->whandler(server, client); in php_cli_server_do_event_for_each_fd_callback()
2619 php_cli_server_do_event_for_each_fd_callback_params params = { in php_cli_server_do_event_for_each_fd() local
2625 …php_cli_server_poller_iter_on_active(&server->poller, &params, php_cli_server_do_event_for_each_fd… in php_cli_server_do_event_for_each_fd()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c232 S->params = NULL; in mysql_handle_preparer()
234 S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND)); in mysql_handle_preparer()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1304 params_t *params = NULL; in PHP_FUNCTION() local
1335 params[i].fp = -1; in PHP_FUNCTION()
1344 close(params[i].fp); in PHP_FUNCTION()
1347 efree(params); in PHP_FUNCTION()
1359 efree(params); in PHP_FUNCTION()
1364 params[i-1].fp = -1; in PHP_FUNCTION()
1391 efree(params); in PHP_FUNCTION()
1403 efree(params); in PHP_FUNCTION()
1437 efree(params); in PHP_FUNCTION()
1482 close(params[i].fp); in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt20 foreach ($this->subscribedEvents as $eventName => $params) {
21 $this->listener = Closure::fromCallable([$this, $params]);
/PHP-7.4/ext/spl/
H A Dspl_directory.c2070 zval *zresource_ptr = &intern->u.file.zresource, *params, retval; in spl_filesystem_file_call() local
2079 params = (zval*)safe_emalloc(num_args, sizeof(zval), 0); in spl_filesystem_file_call()
2080 params[0] = *zresource_ptr; in spl_filesystem_file_call()
2083 params[1] = *arg2; in spl_filesystem_file_call()
2086 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call()
2087 efree(params); in spl_filesystem_file_call()
2097 fci.params = params; in spl_filesystem_file_call()
2113 efree(params); in spl_filesystem_file_call()

Completed in 406 milliseconds

123456789