Home
last modified time | relevance | path

Searched refs:SET (Results 76 – 100 of 160) sorted by relevance

1234567

/php-src/ext/pgsql/tests/
H A D80_bug32223b.phpt42 $res = pg_query($dbh, 'SET client_min_messages TO NOTICE;');
H A Dbug68638.phpt44 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
H A Dbug47199.phpt64 UPDATE "test_47199" SET "null_field"=NULL,"not_null_field"=0 WHERE "not_null_field"=1 AND "null_fie…
H A Dbug37100.phpt17 @pg_query("SET bytea_output = 'escape'");
/php-src/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt30 $stmt = $db->prepare("UPDATE test SET id = 'c' WHERE id = ?");
H A Dsqlite3_04_update.phpt27 var_dump($db->exec("UPDATE test SET id = 'c' WHERE id = 'a'"));
/php-src/ext/mysqli/tests/
H A D060.phpt23 mysqli_query($link, "SET sql_mode=''");
H A D043.phpt24 $stmt = mysqli_prepare($link, "UPDATE test_update SET a=?,b=? WHERE b=?");
H A Dmysqli_pconn_reuse.phpt24 if (!mysqli_query($link1, 'SET @pcondisabled = "Connection 1"'))
49 if (!mysqli_query($link2, 'SET @pcondisabled = "Connection 2"'))
H A D042.phpt17 mysqli_query($link, "SET sql_mode=''");
H A Dbug32405.phpt16 mysqli_query($link, "SET sql_mode=''");
H A Dmysqli_pconn_max_links.phpt99 if ((!mysqli_query($link, 'SET PASSWORD FOR pcontest = "newpass"') &&
100 !mysqli_query($link, 'SET PASSWORD FOR pcontest = PASSWORD("newpass")'))||
105 if ((!mysqli_query($link, 'SET PASSWORD FOR pcontest@localhost = "newpass"') &&
106 !mysqli_query($link, 'SET PASSWORD FOR pcontest@localhost = PASSWORD("newpass")')) ||
H A Dmysqli_prepare.phpt53 if (!is_object(($stmt = mysqli_prepare($link, 'UPDATE test2 SET id = ? WHERE id = ?'))))
70 if (!is_object(($stmt = mysqli_prepare($link, 'SET @testvar = ?'))))
H A Dmysqli_fetch_assoc_zerofill.phpt23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt17 mysqli_query($link, "SET sql_mode=''");
H A Ddatetime_types.phpt17 mysqli_query($link, "SET sql_mode=''");
/php-src/ext/pdo/tests/
H A Dbug_36798.phpt28 @$db->exec("SET NAMES 'LATIN1'"); // needed for PostgreSQL
/php-src/ext/pdo_firebird/tests/
H A Dddl.phpt30 var_dump($dbh->exec("UPDATE test_ddl SET text='blabla'"));
H A Dexecute.phpt40 var_dump($dbh->exec("UPDATE test_execute SET id=2 WHERE CURRENT OF c"));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt23 $db1->exec('SET @pdo_persistent_connection=1');
55 $db1->exec("SET @pdo_persistent_connection=2");
H A Dpdo_mysql_attr_autocommit.phpt33 if (!$db->query('SET autocommit = 1'))
40 if (!$db->query('SET autocommit = 0'))
/php-src/ext/mysqli/tests/bind_fetch/
H A Dbigint_types.phpt21 mysqli_query($link, "SET sql_mode=''");
/php-src/ext/snmp/tests/
H A Dsnmp3.phpt65 echo "SET single OID\n";
125 SET single OID
/php-src/.github/actions/setup-x64/
H A Daction.yml13 mysql -uroot -proot -e "SET GLOBAL local_infile = true"
/php-src/ext/pdo_pgsql/tests/
H A Dbug46274.phpt20 @$db->query("SET bytea_output = 'escape'");

Completed in 37 milliseconds

1234567