Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/mysqli/tests/
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 D018.phpt15 if (!mysqli_query($link, "SET AUTOCOMMIT=0"))
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")) {
H A D016.phpt15 if (!mysqli_query($link, "SET @dummy='foobar'"))
H A Dmysqli_pam_sha256_public_key_option_invalid.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_affected_rows_oo.phpt79 if (!$mysqli->query("UPDATE test SET label = 'a' WHERE id = 2"))
85 if (!$mysqli->query("UPDATE test SET label = 'a' WHERE id = 2")) {
92 if (!$mysqli->query("UPDATE test SET label = 'a' WHERE id = 100")) {
H A Dbug34785.phpt28 mysqli_query($link, "SET sql_mode=''");
/PHP-5.5/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-5.5/ext/pgsql/tests/
H A D12pg_insert_9.phpt15 pg_query($db, "SET standard_conforming_strings = 0");
H A D14pg_update.phpt24 UPDATE "php_pgsql_test" SET "num"=1234,"str"=E'ABC',"bin"=E'XYZ' WHERE "num"=1234;
H A D13pg_select_9.phpt15 pg_query("SET bytea_output = 'hex'");
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 D09notice.phpt23 $res = pg_query($db, 'SET client_min_messages TO NOTICE;');
H A Dbug37100.phpt14 @pg_query("SET bytea_output = 'escape'");
/PHP-5.5/ext/interbase/tests/
H A Dibase_drop_db_001.phpt14 sprintf("CREATE SCHEMA '%s' USER '%s' PASSWORD '%s' DEFAULT CHARACTER SET %s",$file,
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug33841.phpt19 $stmt = $db->prepare("UPDATE test SET text = :text ");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt47 exec_and_count(3, $db, 'ALTER DATABASE pdo_exec_ddl CHARACTER SET latin1', 1);
57 exec_and_count(9, $db, 'ALTER TABLE pdo_exec_ddl ALTER id SET DEFAULT 1', 0);
/PHP-5.5/ext/xsl/tests/
H A Dbug54446.phpt46 #SET NO SECURITY PREFS
61 #SET SECURITY PREFS AGAIN
H A Dbug54446_with_ini.phpt46 #SET NO SECURITY PREFS
61 #SET SECURITY PREFS AGAIN
73 #SET NO SECURITY PREFS with ini, but set them with ->setSecurityPrefs
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_18_changes.phpt19 var_dump($db->exec("UPDATE test SET id = 'c'"));
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS

Completed in 44 milliseconds

123456