Home
last modified time | relevance | path

Searched refs:user (Results 876 – 900 of 960) sorted by relevance

1...<<313233343536373839

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_stmt_get_result_geom.phpt18 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_reflection.phpt61 Inspecting parameter 'user' of method '__construct'
119 Inspecting parameter 'user' of method '__construct'
223 Inspecting parameter 'user' of method 'change_user'
329 Inspecting parameter 'user' of method 'connect'
773 Inspecting parameter 'user' of method 'real_connect'
H A Dmysqli_prepare.phpt122 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_query.phpt113 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug42378.phpt154 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_class_mysqli_stmt_interface.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_execute.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
/PHP-7.4/main/
H A Dmain.c2759 zend_string *user; in php_handle_auth_data() local
2761 user = php_base64_decode((const unsigned char*)auth + 6, auth_len - 6); in php_handle_auth_data()
2762 if (user) { in php_handle_auth_data()
2763 pass = strchr(ZSTR_VAL(user), ':'); in php_handle_auth_data()
2766 SG(request_info).auth_user = estrndup(ZSTR_VAL(user), ZSTR_LEN(user)); in php_handle_auth_data()
2770 zend_string_free(user); in php_handle_auth_data()
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error.phpt12 * Description : Sets user-level session storage functions
/PHP-7.4/
H A DUPGRADING202 This will enforce that $user->id can only be assigned integers and
203 $user->name can only be assigned strings. For more information see the
321 new PDO("mysql:host=xxx;port=xxx;dbname=xxx;user=xxx;password=xxx");
526 network, PID, user and cgroup namespaces.
713 . New INI directive to specify the user account under which preloading code
736 - OPcache now supports an arbitrary amount of separate caches per user via
738 user share an OPcache instance.
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc6 $admin_user = "webmaster"; // a user with admin access
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt117 string(%d) "Fatal error: Unknown user name"
/PHP-7.4/docs/
H A Doutput-api.md14 Starting an user handler by zval:
/PHP-7.4/ext/ldap/tests/
H A DREADME.md136 LDAP_TEST_SASL_USER (default: Manager) SASL user used for SASL binding
/PHP-7.4/ext/filter/
H A Dlogical_filters.c635 if ((url->user != NULL && !is_userinfo_valid(url->user)) in php_filter_validate_url()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c2102 char *user, *pass_old, *pass_new, *dbname; in PHP_FUNCTION() local
2106 …ters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "rsss", &z_connection, &user, &user_len, &pass_o… in PHP_FUNCTION()
2122 …if (php_oci_password_change(connection, user, (int) user_len, pass_old, (int) pass_old_len, pass_n… in PHP_FUNCTION()
2126 …(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &dbname_len, &user, &user_len, &pass_o… in PHP_FUNCTION()
2141 …connection = php_oci_do_connect_ex(user, (int) user_len, pass_old, (int) pass_old_len, pass_new, (… in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt2 Filter errors: user filter
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c120 { "user", &fpm_conf_set_string, WPO(user) },
646 free(wpc->user); in fpm_worker_pool_config_free()
771 if (!wp->config->user && !geteuid() && !fpm_globals.run_as_root) { in fpm_conf_process_all_pools()
1644 zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user)); in fpm_conf_dump()
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_uassoc_variation4.phpt7 * user supplied callback function
H A Darray_udiff_variation2.phpt6 …ch are not present in any of the others arguments. Elements are compared by user supplied function.
H A Darray_udiff_variation4.phpt6 …ch are not present in any of the others arguments. Elements are compared by user supplied function.
H A Darray_uintersect_uassoc_variation1.phpt6 …sed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
H A Darray_uintersect_uassoc_variation2.phpt6 …sed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.
H A Darray_uintersect_uassoc_variation5.phpt6 …sed to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.

Completed in 78 milliseconds

1...<<313233343536373839