Home
last modified time | relevance | path

Searched refs:params (Results 201 – 225 of 245) sorted by relevance

12345678910

/PHP-7.3/ext/pdo/tests/
H A Dbug_44861.phpt56 // Test binding params via emulated prepared query
/PHP-7.3/
H A Dserver-tests.php212 $params = NULL;
216 $params = settings2params($info_params);
218 $out = execute($php, $params, $code, $cwd, $env);
510 $params = array();
511 settings2array($this->ini_overwrites,$params);
512 $this->info_params = settings2params($params);
/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c34 #define STMT_CALL(name, params) \ argument
36 S->last_err = name params; \
43 #define STMT_CALL_MSG(name, msg, params) \ argument
45 S->last_err = name params; \
/PHP-7.3/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt2 MySQL Bug #49406 (Binding params doesn't work when selecting a date inside a CASE-WHEN, http://bugs…
H A Dmysqli_class_mysqli_result_reflection.phpt251 Inspecting parameter 'params' of method 'fetch_object'
H A Dmysqli_stmt_big_prepare.phpt27 …$params = '(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,…
31 if ($stmt = $link->prepare("SHOW STATUS WHERE 1 = ? AND 1 IN {$params}")) {
/PHP-7.3/Zend/
H A Dzend_API.h46 zval *params; member
469 …bject, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separati…
471 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
472 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, 1)
473 …ction_ex(function_table, object, function_name, retval_ptr, param_count, params, no_separation, sy… argument
474 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation)
498 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params);
502 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval *params);
H A Dzend_execute_API.c586 …bject, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[], int no_separati… in _call_user_function_ex() argument
595 fci.params = params; in _call_user_function_ex()
702 zval *arg = &fci->params[i]; in zend_call_function()
918 fcall_info.params = args; in zend_lookup_class_ex()
H A Dzend_vm_gen.php594 $params = array(); // parameters of helpers variable
1790 global $params, $skeleton_file, $line_no;
2042 foreach ($params as $param => $x) {
2305 $op_types, $list, $opcodes, $helpers, $params, $opnames,
2459 $params[$p] = 1;
H A Dzend_object_handlers.c203 fci.params = &member; in zend_std_call_getter()
240 fci.params = args; in zend_std_call_setter()
276 fci.params = &member; in zend_std_call_unsetter()
313 fci.params = &member; in zend_std_call_issetter()
/PHP-7.3/main/
H A Dmain.c929 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() argument
1012 origin_len = (int)spprintf(&origin, 0, "%s%s%s(%s)", class_name, space, function, params); in php_verror()
1153 char *params; in php_error_docref2() local
1156 spprintf(&params, 0, "%s,%s", param1, param2); in php_error_docref2()
1158 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
1160 if (params) { in php_error_docref2()
1161 efree(params); in php_error_docref2()
H A Dphp.h370 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
/PHP-7.3/ext/mysqli/
H A Dmysqli_fe.c242 ZEND_ARG_ARRAY_INFO(0, params, 0)
247 ZEND_ARG_ARRAY_INFO(0, params, 0)
/PHP-7.3/ext/spl/
H A Dspl_directory.c2066 zval *zresource_ptr = &intern->u.file.zresource, *params, retval; in spl_filesystem_file_call() local
2075 params = (zval*)safe_emalloc(num_args, sizeof(zval), 0); in spl_filesystem_file_call()
2076 params[0] = *zresource_ptr; in spl_filesystem_file_call()
2079 params[1] = *arg2; in spl_filesystem_file_call()
2082 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call()
2083 efree(params); in spl_filesystem_file_call()
2093 fci.params = params; in spl_filesystem_file_call()
2109 efree(params); in spl_filesystem_file_call()
H A Dspl_iterators.c1986 zval params[3]; in SPL_METHOD() local
1996 ZVAL_COPY_VALUE(&params[0], &intern->current.data); in SPL_METHOD()
1997 ZVAL_COPY_VALUE(&params[1], &intern->current.key); in SPL_METHOD()
1998 ZVAL_COPY_VALUE(&params[2], &intern->inner.zobject); in SPL_METHOD()
2002 fci->params = params; in SPL_METHOD()
2014 ZVAL_COPY_VALUE(&intern->current.data, &params[0]); in SPL_METHOD()
2015 ZVAL_COPY_VALUE(&intern->current.key, &params[1]); in SPL_METHOD()
H A Dphp_spl.c416 fci.params = class_name; in PHP_FUNCTION()
474 fcall_info.params = class_name; in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Darray.c977 BG(user_compare_fci).params = args; in php_array_user_compare()
1373 BG(array_walk_fci).params = args; in php_array_walk()
5991 fci.params = args;
6062 fci.params = args;
6140 fci.params = &arg;
6214 ZVAL_NULL(&params[i]);
6227 fci.params = params;
6234 zval_ptr_dtor(&params[i]);
6236 efree(params);
6240 zval_ptr_dtor(&params[i]);
[all …]
H A Dbasic_functions.c2078 ZEND_ARG_INFO(0, params) /* ARRAY_INFO(0, params, 1) */
4911 Z_PARAM_VARIADIC('*', fci.params, fci.param_count)
4930 zval *params, retval; local
4936 Z_PARAM_ARRAY(params)
4939 zend_fcall_info_args(&fci, params);
4964 Z_PARAM_VARIADIC('*', fci.params, fci.param_count)
4993 zval *params, retval; local
5000 Z_PARAM_ARRAY(params)
5003 zend_fcall_info_args(&fci, params);
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c104 ZEND_ARG_INFO(0, params) in ZEND_END_ARG_INFO()
738 fci->params = NULL; in do_fetch_class_prepare()
774 fci->params = safe_emalloc(sizeof(zval), num_args, 0); in make_callable_ex()
797 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
802 efree(stmt->fetch.cls.fci.params); in do_fetch_opt_finish()
804 stmt->fetch.cls.fci.params = NULL; in do_fetch_opt_finish()
1123 ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]); in do_fetch()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c378 fc->fci.params = zargs; in do_callback()
486 collation->fc.fci.params = zargs; in php_sqlite3_collation_callback()
/PHP-7.3/ext/intl/uchar/
H A Duchar.c203 context->fci.params = args; in enumCharType_callback()
317 context->fci.params = args; in enumCharNames_callback()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_driver.c229 S->params = NULL; in mysql_handle_preparer()
231 S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND)); in mysql_handle_preparer()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c2437 php_cli_server_do_event_for_each_fd_callback_params *params = _params; in php_cli_server_do_event_for_each_fd_callback() local
2438 php_cli_server *server = params->server; in php_cli_server_do_event_for_each_fd_callback()
2474 params->rhandler(server, client); in php_cli_server_do_event_for_each_fd_callback()
2477 params->whandler(server, client); in php_cli_server_do_event_for_each_fd_callback()
2486 php_cli_server_do_event_for_each_fd_callback_params params = { in php_cli_server_do_event_for_each_fd() local
2492 …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.3/ext/intl/converter/
H A Dconverter.c241 objval->to_cb.params = zargs; in php_converter_to_u_callback()
323 objval->from_cb.params = zargs; in php_converter_from_u_callback()
/PHP-7.3/ext/soap/
H A Dphp_sdl.c558 …xmlNodePtr node, char* wsdl_soap_namespace, sdlSoapBindingFunctionBody *binding, HashTable* params) in wsdl_soap_binding_body() argument
596 ZEND_HASH_FOREACH_PTR(params, param) { in wsdl_soap_binding_body()
614 zend_hash_destroy(params); in wsdl_soap_binding_body()
615 *params = ht; in wsdl_soap_binding_body()
2494 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters() argument
2503 zend_hash_init(pparams, zend_hash_num_elements(params), NULL, delete_parameter_persistent, 1); in make_persistent_sdl_parameters()
2505 ZEND_HASH_FOREACH_STR_KEY_PTR(params, key, tmp) { in make_persistent_sdl_parameters()

Completed in 171 milliseconds

12345678910