/PHP-8.1/ext/mysqli/tests/ |
H A D | gh11438.phpt | 39 $link->query('DROP USER shatest'); 40 $link->query("DROP USER shatest@localhost"); 42 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') || 43 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) { 44 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error)); 63 if (!$res = $link->query("SELECT USER()")) 70 if (!is_string($row['USER()']) || !str_starts_with($row['USER()'], 'shatest')) { 71 printf("[004] Expecting 1 got %s/'%s'", gettype($row['USER()']), $row['USER()']); 84 $link->query('DROP USER shatest'); 85 $link->query('DROP USER shatest@localhost');
|
H A D | mysqli_pconn_max_links.phpt | 10 mysqli_query($link, 'DROP USER pcontest'); 11 mysqli_query($link, 'DROP USER pcontest@localhost'); 17 die("skip CREATE USER failed"); 26 mysqli_query($link, 'DROP USER pcontest@localhost'); 27 mysqli_query($link, 'DROP USER pcontest'); 35 mysqli_query($link, 'DROP USER pcontest@localhost'); 36 mysqli_query($link, 'DROP USER pcontest'); 52 if (!mysqli_query($link, 'DROP USER pcontest') || 190 mysqli_query($link, 'DROP USER pcontest'); 205 mysqli_query($link, 'DROP USER pcontest@localhost'); [all …]
|
H A D | mysqli_expire_password.phpt | 33 mysqli_query($link, 'DROP USER expiretest'); 34 mysqli_query($link, 'DROP USER expiretest@localhost'); 36 if (!mysqli_query($link, 'CREATE USER expiretest IDENTIFIED BY \'expiredpassword\'') || 37 !mysqli_query($link, 'CREATE USER expiretest@localhost IDENTIFIED BY \'expiredpassword\'')) { 40 die("skip CREATE USER failed"); 43 if (!mysqli_query($link, 'ALTER USER expiretest PASSWORD EXPIRE') || 44 !mysqli_query($link, 'ALTER USER expiretest@localhost PASSWORD EXPIRE')) { 47 die("skip ALTER USER failed"); 135 mysqli_query($link, 'DROP USER expiretest'); 136 mysqli_query($link, 'DROP USER expiretest@localhost');
|
H A D | mysqli_pam_sha256.phpt | 52 $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)); 109 $link->query('DROP USER shatest'); 110 $link->query('DROP USER shatest@localhost');
|
H A D | mysqli_auth_pam.phpt | 75 mysqli_query($link, 'DROP USER pamtest'); 76 mysqli_query($link, 'DROP USER pamtest@localhost'); 78 if (!mysqli_query($link, "CREATE USER pamtest@'%' IDENTIFIED WITH $have_pam") || 79 !mysqli_query($link, "CREATE USER pamtest@'localhost' IDENTIFIED WITH $have_pam")) { 82 die("skip CREATE USER failed"); 129 mysqli_query($link, 'DROP USER pamtest'); 130 mysqli_query($link, 'DROP USER pamtest@localhost');
|
H A D | mysqli_pam_sha256_public_key_ini.phpt | 64 $link->query('DROP USER shatest'); 65 $link->query("DROP USER shatest@localhost"); 68 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') || 69 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) { 70 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error)); 119 $link->query('DROP USER shatest'); 120 $link->query('DROP USER shatest@localhost');
|
H A D | mysqli_pam_sha256_public_key_option.phpt | 61 $link->query('DROP USER shatest'); 62 $link->query("DROP USER shatest@localhost"); 65 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') || 66 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) { 67 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 D | mysqli_pam_sha256_public_key_option_invalid.phpt | 61 $link->query('DROP USER shatest'); 62 $link->query("DROP USER shatest@localhost"); 65 if (!$link->query('CREATE USER shatest@"%" IDENTIFIED WITH sha256_password') || 66 !$link->query('CREATE USER shatest@"localhost" IDENTIFIED WITH sha256_password')) { 67 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 D | mysqli_connect_oo_defaults.phpt | 115 if (!$res = $mysqli->query("SELECT SUBSTRING_INDEX(USER(),'@',1) AS username"))
|
/PHP-8.1/ext/pdo_pgsql/tests/ |
H A D | bug69362.phpt | 24 $db->exec("DROP USER IF EXISTS $user"); 25 $db->exec("CREATE USER $user WITH PASSWORD '$pass'"); 37 $db->exec("DROP USER $user"); 48 $template = "CREATE USER $user WITH PASSWORD '%s'"; 49 $dropUser = "DROP USER $user";
|
H A D | bug62479.phpt | 24 $db->exec("DROP USER IF EXISTS $user"); 25 $db->exec("CREATE USER $user WITH PASSWORD '$pass'"); 37 $db->exec("DROP USER $user"); 48 $template = "CREATE USER $user WITH PASSWORD '%s'"; 49 $dropUser = "DROP USER $user";
|
/PHP-8.1/.github/actions/setup-windows/ |
H A D | action.yml | 9 …mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'P… 18 …pwsh -Command { $env:PGPASSWORD="root"; & "$env:PGBIN\psql" -U postgres -c "ALTER USER postgres WI…
|
/PHP-8.1/ext/ftp/tests/ |
H A D | 001.phpt | 25 string(5) " USER"
|
H A D | 002.phpt | 31 string(5) " USER"
|
H A D | server.inc | 106 } else if (!preg_match('/^USER (\w+)\r\n$/', $buf, $m)) { 148 fputs($s, " USER\r\n"); 309 } elseif (preg_match('/^USER /', $buf)) {
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | oci_success_with_info.phpt | 40 EXECUTE IMMEDIATE 'DROP USER BUG77120_USER CASCADE'; 72 $conn->exec('CREATE USER BUG77120_USER IDENTIFIED BY "' . $password . '" PROFILE BUG77120_PROFILE');
|
/PHP-8.1/ext/standard/tests/file/windows_acls/ |
H A D | common.inc | 82 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.1/ext/pdo_odbc/tests/ |
H A D | common.phpt | 70 $USER = 'db2inst1'; 74 $CONNECTION = "odbc:DSN=$DBNAME;UID=$USER;PWD=$PASSWD;";
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | socket-uds-numeric-ugid-nonroot.phpt | 21 user = {{USER}}
|
H A D | tester.inc | 1081 'USER' => ['getUser'],
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_load_data.phpt | 12 $stmt = $db->query('SELECT USER() as _user');
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | userstreams.phpt | 262 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
|
/PHP-8.1/sapi/fpm/ |
H A D | config.m4 | 510 [AS_HELP_STRING([[--with-fpm-user[=USER]]],
|
/PHP-8.1/build/ |
H A D | shtool | 562 username="$USER"
|
/PHP-8.1/docs/ |
H A D | release-process.md | 440 `gpg --fingerprint "$USER@php.net"`. Let one or more of the previous RMs
|