Home
last modified time | relevance | path

Searched refs:SET (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-7.4/ext/pgsql/tests/
H A Dlcmess.inc13 if (!@pg_exec("SET LC_MESSAGES='{$lc_messages}'")) {
H A D10pg_convert_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D18pg_escape_bytea_before.phpt15 @pg_query($db, "SET bytea_output = 'escape'");
H A D18pg_escape_bytea_esc.phpt12 @pg_query($db, "SET bytea_output = 'escape'");
H A D18pg_escape_bytea_hex.phpt15 @pg_query($db, "SET bytea_output = 'hex'");
H A D98old_api.phpt25 $result = pg_exec("UPDATE ".$table_name." SET str = 'QQQ' WHERE str like 'RGD';");
H A D12pg_insert_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D13pg_select_9.phpt15 pg_query("SET bytea_output = 'hex'");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256.phpt49 if (!$link->query("SET @@session.old_passwords=2")) {
62 if (!$link->query('SET PASSWORD FOR shatest@"%" = PASSWORD("shatest")') ||
63 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
H A D065.phpt19 if (!mysqli_query($mysql, "SET sql_mode=''"))
35 if ($res = $mysql->query("SHOW CHARACTER SET LIKE 'gbk'")) {
H A Dmysqli_poll_mixing_insert_select.phpt29 'SET @a = 1',
34 'UPDATE test SET id = 101 WHERE id > 3',
35 'UPDATE_FIX test SET id = 101 WHERE id > 3',
180 [003] 'UPDATE test SET id = 101 WHERE id > 3' caused 1062
181 [003] 'UPDATE_FIX test SET id = 101 WHERE id > 3' caused 1064
H A Dbug79375.phpt22 $mysqli->query("SET innodb_lock_wait_timeout = 1");
36 $mysqli->query("SET innodb_lock_wait_timeout = 1");
50 $mysqli->query("SET innodb_lock_wait_timeout = 1");
62 $mysqli->query("SET innodb_lock_wait_timeout = 1");
77 $mysqli->query("SET innodb_lock_wait_timeout = 1");
H A Dmysqli_pam_sha256_public_key_ini.phpt62 if (!$link->query("SET @@session.old_passwords=2")) {
75 if (!$link->query('SET PASSWORD FOR shatest@"%" = PASSWORD("shatest")') ||
76 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
77 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
H A Dmysqli_pam_sha256_public_key_option.phpt59 if (!$link->query("SET @@session.old_passwords=2")) {
72 if (!$link->query('SET PASSWORD FOR shatest@"%" = PASSWORD("shatest")') ||
73 !$link->query('SET PASSWORD FOR shatest@"localhost" = PASSWORD("shatest")')) {
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
H A Dmysqli_real_escape_string_nobackslash.phpt14 if (!mysqli_query($link, 'SET @@sql_mode="NO_BACKSLASH_ESCAPES"'))
47 if (!mysqli_query($link, 'SET @@sql_mode=""'))
H A Dbug73800.phpt15 $link->query('SET @@global.max_allowed_packet = 67108864');
H A Dbug74021.phpt14 $link->query('SET @@global.max_allowed_packet = 67108864');
H A D018.phpt15 if (!mysqli_query($link, "SET AUTOCOMMIT=0"))
H A D016.phpt15 if (!mysqli_query($link, "SET @dummy='foobar'"))
H A Dmysqli_affected_rows.phpt87 if (!mysqli_query($link, "UPDATE test SET label = 'a' WHERE id = 2"))
95 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $charset))))
105 if (!mysqli_query($link, "UPDATE test SET label = 'a' WHERE id = 2")) {
112 if (!mysqli_query($link, "UPDATE test SET label = 'a' WHERE id = 100")) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug53551.phpt24 $db->exec("SET sql_mode = 'Traditional'");
25 $sql = 'UPDATE bug53551 SET `count` = :count';
H A Dbug77289.phpt19 $pdo->exec("UPDATE bug77289 SET x = x");
H A Dbug79375.phpt28 $db->exec("SET innodb_lock_wait_timeout = 1");
41 $db->exec("SET innodb_lock_wait_timeout = 1");
56 $db->exec("SET innodb_lock_wait_timeout = 1");
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt69 echo "SET: Wrong type\n";
132 SET: Wrong type
139 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
144 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug33841.phpt19 $stmt = $db->prepare("UPDATE test SET text = :text ");

Completed in 23 milliseconds

1234567