Home
last modified time | relevance | path

Searched refs:SET (Results 51 – 75 of 153) sorted by relevance

1234567

/PHP-7.2/ext/pgsql/tests/
H A Dbug37100.phpt14 @pg_query("SET bytea_output = 'escape'");
H A Dbug68638.phpt35 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
H A D80_bug32223.phpt40 $res = pg_query($dbh, 'SET client_min_messages TO NOTICE;');
H A D80_bug32223b.phpt40 $res = pg_query(dbh, 'SET client_min_messages TO NOTICE;');
H A Dbug47199.phpt56 UPDATE "test_47199" SET "null_field"=NULL,"not_null_field"=0 WHERE "not_null_field"=1 AND "null_fie…
/PHP-7.2/ext/mysqli/tests/
H A Dbug34785.phpt28 mysqli_query($link, "SET sql_mode=''");
H A Dmysqli_stmt_bind_param_many_columns.phpt33 if (!$link->query("SET GLOBAL max_allowed_packet=(2<<29)")) {
86 if (!$link->query("SET GLOBAL max_allowed_packet=$old_max_allowed_packet")) {
H A D059.phpt17 mysqli_query($link, "SET SQL_MODE='PIPES_AS_CONCAT'");
H A D066.phpt15 if (!mysqli_query($mysql, "SET sql_mode=''"))
H A Dtable.inc15 if (!mysqli_query($link, 'SET SESSION sql_mode=\'\'')) {
/PHP-7.2/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);
H A Dpdo_mysql_pconnect.phpt21 $db1->exec('SET @pdo_persistent_connection=1');
52 @$db1->exec("SET @pdo_persistent_connection=2");
/PHP-7.2/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
/PHP-7.2/ext/oci8/tests/
H A Dstatement_type.phpt14 "UPDATE table SET id = 1",
H A Dstatement_type_old.phpt21 "UPDATE table SET id = 1",
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_18_changes.phpt19 var_dump($db->exec("UPDATE test SET id = 'c'"));
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error2.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
/PHP-7.2/ext/pdo_firebird/tests/
H A Dddl.phpt23 var_dump($db->exec("UPDATE ddl SET text='blabla'"));
H A DrowCount.phpt29 $stmt = $dbh->prepare('UPDATE testZ SET A="A" WHERE A != ?');
/PHP-7.2/ext/snmp/tests/
H A Dsnmp-object.phpt117 echo "SET single OID\n";
225 SET single OID
233 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
238 Warning: SNMP::set(): Can not fit all OIDs for SET query into one packet, using multiple queries in…
/PHP-7.2/ext/pdo/tests/
H A Dbug_36798.phpt24 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL

Completed in 45 milliseconds

1234567