Home
last modified time | relevance | path

Searched refs:user (Results 851 – 875 of 960) sorted by relevance

1...<<313233343536373839

/PHP-7.4/docs/
H A Dself-contained-extensions.md50 The user instructions boil down to
70 because the user does not need to specify anything).
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt18 global $host, $user, $passwd, $db, $port, $socket;
20 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_field_flags.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
105 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_array_oo.phpt17 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
19 $host, $user, $db, $port, $socket);
H A Dmysqli_stmt_execute_stored_proc.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
187 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_all_oo.phpt21 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
H A Dmysqli_class_mysqli_properties_no_conn.phpt131 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
135 $mysqli = @new mysqli($host, $user, $passwd . "invalid", $db, $port, $socket);
H A Dmysqli_fetch_all.phpt302 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
303 …printf("[016] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
304 $host, $user, $db, $port, $socket);
H A Dmysqli_real_query.phpt95 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_get_client_stats.phpt95 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
96 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
97 $host, $user, $db, $port, $socket);
716 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
717 $user, $passwd, $db);
728 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user)))
925 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_reconnect.phpt18 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-7.4/build/
H A Dpkg.m433 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
224 dnl DIRECTORY. The user can override through the --with-pkgconfigdir
246 dnl changed by passing DIRECTORY. The user can override through the
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE83 does Less to protect the user's freedom than the ordinary General
107 users' freedom, it does ensure that the user of a program that is
286 directing the user to the copy of this License. Also, you must do one
295 user can modify the Library and then relink to produce a modified
297 that the user who changes the contents of definitions files in the
303 copy of the library already present on the user's computer system,
306 the user installs one, as long as the modified version is
310 least three years, to give the same user the materials
318 e) Verify that the user has already received a copy of these
319 materials or that you have already sent this user a copy.
/PHP-7.4/ext/standard/tests/array/
H A Duasort_object2.phpt6 * Description: Sort an array with a user-defined comparison function and maintain index association
H A Darray_walk_variation6.phpt6 * Description: Apply a user function to every member of an array
H A Darray_walk_recursive_variation6.phpt6 * Description: Apply a user function to every member of an array
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3-error.phpt66 Warning: snmp3_get(): Fatal error: Unknown user name in %s on line %d
/PHP-7.4/main/
H A Dphp_output.h133 php_output_handler_user_func_t *user; member
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h86 const char *user; member
H A Dmysqlnd_commands.c614 const char * const user = username.s; in MYSQLND_METHOD() local
629 DBG_INF_FMT("[user=%s] [db=%s:%d] [flags=%llu]", user, db, db_len, mysql_flags); in MYSQLND_METHOD()
665 if (FAIL == mysqlnd_connect_run_authentication(conn, user, passwd, db, db_len, (size_t) passwd_len, in MYSQLND_METHOD()
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in57 WantedBy=multi-user.target
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3305 if (ce->info.user.filename != filename) { in preload_move_user_classes()
3306 filename = ce->info.user.filename; in preload_move_user_classes()
3757 CG(compiled_filename) = ce->info.user.filename; in preload_link()
3762 || parent->info.user.filename == ce->info.user.filename)) { in preload_link()
3764 CG(zend_lineno) = ce->info.user.line_end; in preload_link()
3766 CG(zend_lineno) = ce->info.user.line_start; in preload_link()
3810 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
3816 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
3825 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
3830 E_WARNING, ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start, in preload_link()
[all …]
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc6 $admin_user = "webmaster"; // a user with admin access
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt24 $c2 = oci_new_connect($user, $password, $dbase);

Completed in 57 milliseconds

1...<<313233343536373839