Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 23 of 23) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69362.phpt22 $db->exec("DROP USER IF EXISTS $user");
23 $db->exec("CREATE USER $user WITH PASSWORD '$pass'");
35 $db->exec("DROP USER $user");
46 $template = "CREATE USER $user WITH PASSWORD '%s'";
47 $dropUser = "DROP USER $user";
H A Dbug62479.phpt22 $db->exec("DROP USER IF EXISTS $user");
23 $db->exec("CREATE USER $user WITH PASSWORD '$pass'");
35 $db->exec("DROP USER $user");
46 $template = "CREATE USER $user WITH PASSWORD '%s'";
47 $dropUser = "DROP USER $user";
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt9 mysqli_query($link, 'DROP USER pcontest');
10 mysqli_query($link, 'DROP USER pcontest@localhost');
16 die("skip CREATE USER failed");
25 mysqli_query($link, 'DROP USER pcontest@localhost');
26 mysqli_query($link, 'DROP USER pcontest');
34 mysqli_query($link, 'DROP USER pcontest@localhost');
35 mysqli_query($link, 'DROP USER pcontest');
51 if (!mysqli_query($link, 'DROP USER pcontest') ||
189 mysqli_query($link, 'DROP USER pcontest');
204 mysqli_query($link, 'DROP USER pcontest@localhost');
[all …]
H A Dmysqli_expire_password.phpt32 mysqli_query($link, 'DROP USER expiretest');
33 mysqli_query($link, 'DROP USER expiretest@localhost');
35 if (!mysqli_query($link, 'CREATE USER expiretest IDENTIFIED BY \'expiredpassword\'') ||
36 !mysqli_query($link, 'CREATE USER expiretest@localhost IDENTIFIED BY \'expiredpassword\'')) {
39 die("skip CREATE USER failed");
42 if (!mysqli_query($link, 'ALTER USER expiretest PASSWORD EXPIRE') ||
43 !mysqli_query($link, 'ALTER USER expiretest@localhost PASSWORD EXPIRE')) {
46 die("skip ALTER USER failed");
134 mysqli_query($link, 'DROP USER expiretest');
135 mysqli_query($link, 'DROP USER expiretest@localhost');
H A Dmysqli_pam_sha256.phpt52 $link->query('DROP USER shatest');
53 $link->query("DROP USER shatest@localhost");
56 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') ||
57 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
58 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
108 $link->query('DROP USER shatest');
109 $link->query('DROP USER shatest@localhost');
H A Dmysqli_auth_pam.phpt74 mysqli_query($link, 'DROP USER pamtest');
75 mysqli_query($link, 'DROP USER pamtest@localhost');
77 if (!mysqli_query($link, "CREATE USER pamtest@'%' IDENTIFIED WITH $have_pam") ||
78 !mysqli_query($link, "CREATE USER pamtest@'localhost' IDENTIFIED WITH $have_pam")) {
81 die("skip CREATE USER failed");
128 mysqli_query($link, 'DROP USER pamtest');
129 mysqli_query($link, 'DROP USER pamtest@localhost');
H A Dmysqli_pam_sha256_public_key_ini.phpt66 $link->query('DROP USER shatest');
67 $link->query("DROP USER shatest@localhost");
70 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') ||
71 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
72 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
120 $link->query('DROP USER shatest');
121 $link->query('DROP USER shatest@localhost');
H A Dmysqli_pam_sha256_public_key_option.phpt62 $link->query('DROP USER shatest');
63 $link->query("DROP USER shatest@localhost");
66 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') ||
67 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
68 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
125 $link->query('DROP USER shatest');
126 $link->query('DROP USER shatest@localhost');
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt62 $link->query('DROP USER shatest');
63 $link->query("DROP USER shatest@localhost");
66 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') ||
67 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) {
68 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
169 $link->query('DROP USER shatest');
170 $link->query('DROP USER shatest@localhost');
H A Dmysqli_connect_oo_defaults.phpt114 if (!$res = $mysqli->query("SELECT SUBSTRING_INDEX(USER(),'@',1) AS username"))
/PHP-8.0/ext/ftp/tests/
H A D001.phpt26 string(5) " USER"
H A D002.phpt29 string(5) " USER"
H A Dserver.inc140 } else if (!preg_match('/^USER (\w+)\r\n$/', $buf, $m)) {
184 fputs($s, " USER\r\n");
344 } elseif (preg_match('/^USER /', $buf)) {
/PHP-8.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc82 permission for the USER. Just granting permission doesn't
105 permission for the USER. Just granting permission doesn't
122 permission for the USER. Just granting permission doesn't
/PHP-8.0/ext/pdo_odbc/tests/
H A Dcommon.phpt69 $USER = 'db2inst1';
73 $CONNECTION = "odbc:DSN=$DBNAME;UID=$USER;PWD=$PASSWD;";
/PHP-8.0/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid-nonroot.phpt21 user = {{USER}}
H A Dtester.inc1051 'USER' => ['getUser'],
/PHP-8.0/.github/actions/setup-x64/
H A Daction.yml15 sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt11 $stmt = $db->query('SELECT USER() as _user');
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt262 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
/PHP-8.0/sapi/fpm/
H A Dconfig.m4510 [AS_HELP_STRING([[--with-fpm-user[=USER]]],
/PHP-8.0/build/
H A Dshtool562 username="$USER"
/PHP-8.0/docs/
H A Drelease-process.md460 `gpg --fingerprint "$USER@php.net"`. Let one or more of the previous RMs

Completed in 33 milliseconds