Home
last modified time | relevance | path

Searched refs:SET (Results 101 – 125 of 160) sorted by relevance

1234567

/php-src/ext/pgsql/tests/
H A D10pg_convert_9.phpt20 pg_query($db, "SET standard_conforming_strings = 0");
H A D09notice.phpt25 $res = pg_query($db, 'SET client_min_messages TO NOTICE;');
H A D12pg_insert_9.phpt20 pg_query($db, "SET standard_conforming_strings = 0");
H A D13pg_select_9.phpt22 pg_query($db, "SET bytea_output = 'hex'");
/php-src/ext/mysqli/tests/
H A Dmysqli_autocommit.phpt29 if (!mysqli_query($link, 'SET AUTOCOMMIT = 0'))
75 if (!mysqli_query($link, 'SET AUTOCOMMIT = 1'))
H A Dmysqli_expire_password.phpt103 if (!$link->query("SET PASSWORD='expiretest'")) {
104 $link->query("SET PASSWORD=PASSWORD('expiretest')");
H A Dmysqli_autocommit_oo.phpt25 if (!$mysqli->query('SET AUTOCOMMIT = 0'))
71 if (!$mysqli->query('SET AUTOCOMMIT = 1'))
H A Dbug66124.phpt17 $table_insert = "INSERT INTO `test` SET `id`=?";
H A Dmysqli_last_insert_id.phpt81 if (!$link->query("UPDATE test SET id=LAST_INSERT_ID(id+1)"))
96 if (!$link->query("SET @myvar=1"))
102 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
H A Dmysqli_stmt_bind_result_zerofill.phpt23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
H A Dmysqli_stmt_affected_rows.phpt130 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'a' WHERE id = 2") ||
137 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'a' WHERE id = 2") ||
147 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'a' WHERE id = 100") ||
H A Dmysqli_pconn_disabled.phpt25 if (!mysqli_query($link1, "SET @pcondisabled = 'Connection 1'"))
H A Dbug34810.phpt26 $mysql->query("SET sql_mode=''");
H A Dmysqli_change_user_oo.phpt35 if (!$mysqli->query('SET @mysqli_change_user_test_var=1'))
H A Dmysqli_query_stored_proc.phpt101 if (!mysqli_query($link, "SET @version = 'unknown'"))
129 if (!mysqli_query($link, "SET @version = 'unknown'"))
H A Dmysqli_change_user.phpt32 if (!mysqli_query($link, 'SET @mysqli_change_user_test_var=1'))
100 if (!mysqli_query($link, 'SET @mysqli_change_user_test_var=1'))
H A Dmysqli_query_unicode.phpt9 if (!$res = mysqli_query($link, "SHOW CHARACTER SET LIKE 'utf8'"))
H A Dmysqli_stmt_field_count.phpt67 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'z' WHERE id = 1") ||
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt41 exec_and_count(6, $db, "UPDATE test_mysql_exec SET id = 4 WHERE id = 3", 1);
43 exec_and_count(8, $db, "UPDATE test_mysql_exec SET id = 5 WHERE id = 5", 0);
49 exec_and_count(14, $db, 'SET @myvar = 1', 0);
/php-src/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt20 @$db->query("SET bytea_output = 'escape'");
/php-src/ext/odbc/tests/
H A Dodbc_persistent_close.phpt34 return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
H A Dodbc_non_persistent_connection_reuse.phpt34 return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
H A Dodbc_persistent_close_all.phpt34 return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
H A Dbug47803.phpt56 SET [PAR_CHR] = ?
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt2 PDO_DBLIB: driver supports SET ROWCOUNT and SELECT @@ROWCOUNT in batch statements

Completed in 30 milliseconds

1234567