Home
last modified time | relevance | path

Searched refs:SET (Results 126 – 150 of 160) sorted by relevance

1234567

/php-src/ext/pgsql/tests/
H A D98old_api.phpt34 $result = pg_exec($db, "UPDATE ".$table_name." SET str = 'QQQ' WHERE str like 'RGD';");
H A D08escape.phpt67 @pg_query($db, "SET bytea_output = 'escape'");
/php-src/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt52 MYSQLI_TYPE_SET => "SET",
H A Dmysqli_info.phpt39 if (!$res = mysqli_query($link, "UPDATE test SET label = 'b' WHERE id >= 100"))
H A Dmysqli_execute_query.phpt49 if (!($tmp = $link->execute_query("UPDATE test SET label=? WHERE id=?", ["baz", 1]))) {
H A Dmysqli_get_charset.phpt25 …if (!$res = mysqli_query($link, $sql = sprintf("SHOW CHARACTER SET LIKE '%s'", $character_set_conn…
H A Dmysqli_no_reconnect.phpt35 if (!mysqli_query($link, "SET SESSION wait_timeout = 2"))
H A Dmysqli_stmt_get_result_types.phpt243 func_mysqli_stmt_get_result($link, $engine, "s", "SET('a', 'b')", "a", 1740, 'string');
244 func_mysqli_stmt_get_result($link, $engine, "s", "SET('a', 'b')", NULL, 1760, 'string');
H A Dmysqli_change_user_old.phpt44 if (!mysqli_query($link, 'SET @mysqli_change_user_test_var=1'))
H A Dmysqli_stmt_bind_result.phpt283 func_mysqli_stmt_bind_result($link, $engine, "s", "SET('a', 'b')", "a", 1740, 'string');
284 func_mysqli_stmt_bind_result($link, $engine, "s", "SET('a', 'b')", NULL, 1760, 'string');
H A Dmysqli_fetch_array_oo.phpt260 func_mysqli_fetch_array($mysqli, $engine, "SET('a', 'b')", "a", "a", 940);
261 func_mysqli_fetch_array($mysqli, $engine, "SET('a', 'b')", NULL, NULL, 950);
H A Dmysqli_fetch_all_oo.phpt283 func_mysqli_fetch_all_oo($link, $engine, "SET('a', 'b')", "a", "a", 940);
284 func_mysqli_fetch_all_oo($link, $engine, "SET('a', 'b')", NULL, NULL, 950);
H A Dmysqli_fetch_array.phpt273 func_mysqli_fetch_array($link, $engine, "SET('a', 'b')", "a", "a", 940);
274 func_mysqli_fetch_array($link, $engine, "SET('a', 'b')", NULL, NULL, 950);
H A Dmysqli_stmt_result_metadata_sqltests.phpt175 testStatement(180, $link, 'SHOW CHARACTER SET', array(), array(1), false, false);
H A Dmysqli_stmt_bind_param.phpt330 func_mysqli_stmt_bind_datatype($link, $engine, "s", "SET('a', 'b')", "a", 870);
331 func_mysqli_stmt_bind_datatype($link, $engine, "s", "SET('a', 'b')", NULL, 880);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt150 …set_option_and_check(23, PDO::MYSQL_ATTR_INIT_COMMAND, 'SET @a=1', 'PDO::MYSQL_ATTR_INIT_COMMAND');
179 [023] Expecting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
H A Dpdo_mysql___construct.phpt204 $stmt = $db->query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset));
243 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin1"');
246 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin2"');
H A Dpdo_mysql_stmt_closecursor.phpt42 $stmt2 = $db->prepare("UPDATE {$table} SET label = ? WHERE id = ?");
70 $stmt2 = $db->prepare("UPDATE {$table} SET label = ? WHERE id = ?");
H A Dpdo_mysql_stmt_bindparam_types.phpt152 pdo_mysql_stmt_bindparam_types($db, 57, "SET('yes', 'no') DEFAULT 'yes'", "no");
H A Dpdo_mysql_types.phpt171 test_type($db, 630, "SET('yes', 'no') DEFAULT 'yes'", 'no');
H A Dpdo_mysql_begintransaction.phpt134 $db->exec('SET @@autocommit = 0');
/php-src/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt18 $db->exec("SET LC_MESSAGES='C'");
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc139 mysqli_query($link, 'SET SESSION sql_mode=\'\'');
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt200 func_mysqli_fetch_all($link, $engine, "SET('a', 'b')", "a", "a", 940);
201 func_mysqli_fetch_all($link, $engine, "SET('a', 'b')", NULL, NULL, 950);
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt37 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…

Completed in 33 milliseconds

1234567