Home
last modified time | relevance | path

Searched refs:query (Results 126 – 150 of 529) sorted by relevance

12345678910>>...22

/PHP-8.1/ext/opcache/tests/
H A Dissue0057.phpt15 function dummy($query) {
17 switch ($query) {
/PHP-8.1/ext/mysqli/tests/
H A Dbug_bits.phpt17 if (!$link->query("DROP TABLE IF EXISTS bug_bits")) {
21 if (!$link->query("CREATE TABLE `bug_bits` (`inty` bigint(20) unsigned NOT NULL DEFAULT '0', `bitty…
32 if (!$link->query($insertQuery)) {
36 if (!($res = $link->query("SELECT * FROM `bug_bits`"))) {
H A D066.phpt19 $mysql->query("DROP TABLE IF EXISTS test_warnings");
21 $mysql->query("CREATE TABLE test_warnings (a int not null) ENGINE=myisam");
23 $mysql->query("INSERT INTO test_warnings VALUES (1),(2),(NULL)");
H A D074.phpt17 $result = $mysqli->query("SELECT @@autocommit");
21 $result = $mysqli->query("SELECT @@autocommit");
H A Dmysqli_local_infile_directory_access_denied.phpt31 if (!$link->query("DROP TABLE IF EXISTS test")) {
35 if (!$link->query("CREATE TABLE test (id INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
40 if (!$link->query("LOAD DATA LOCAL INFILE '".$filepath."' INTO TABLE test")) {
58 if (!$link->query($link, 'DROP TABLE IF EXISTS test')) {
H A Dmysqli_errno_oo.phpt26 if (!$mysqli->query('DROP TABLE IF EXISTS test')) {
30 $mysqli->query('SELECT * FROM test');
33 @$mysqli->query('No SQL');
H A Dbug70949.phpt18 $mysql->query("DROP TABLE IF EXISTS bug70949");
19 $mysql->query("CREATE TABLE bug70949(name varchar(255))");
20 $mysql->query("INSERT INTO bug70949 VALUES ('dummy'),(NULL),('foo'),('bar')");
H A Dbug74021.phpt15 $link->query('SET @@global.max_allowed_packet = 67108864');
19 $res = $link->query("SELECT RPAD('1',9000000,'1') as a,RPAD('1',9000000,'1') as b");
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt31 if (!$link->query("DROP TABLE IF EXISTS test")) {
35 if (!$link->query("CREATE TABLE test (id INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
40 if (!$link->query("LOAD DATA LOCAL INFILE '".$filepath."' INTO TABLE test")) {
57 if (!$link->query($link, 'DROP TABLE IF EXISTS test')) {
H A Dbug35759.phpt16 $mysql->query("DROP TABLE IF EXISTS test");
24 if (!$mysql->query($create)) {
33 if (!$mysql->query("INSERT INTO test (a0) VALUES ('')"))
H A Dbug35517.phpt15 $mysql->query("CREATE TABLE temp (id INT UNSIGNED NOT NULL)");
16 … $mysql->query("INSERT INTO temp (id) VALUES (3000000897),(3800001532),(3900002281),(3100059612)");
34 $mysql->query("DROP TABLE temp");
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug70861.phpt20 @$db->query("SET bytea_output = 'escape'");
24 $db->query('DROP TABLE IF EXISTS test_blob_crash CASCADE');
25 $db->query('CREATE TABLE test_blob_crash (id SERIAL NOT NULL, blob1 BYTEA)');
H A Dbug46274_2.phpt20 @$db->query("SET bytea_output = 'escape'");
24 $db->query('CREATE TABLE test_one_blob (id SERIAL NOT NULL, blob1 BYTEA)');
52 $res = $db->query("SELECT blob1 from test_one_blob");
68 $db->query('DROP TABLE test_one_blob');
H A Dbug66584.phpt21 $pdo->query("CREATE TABLE b66584 (a int)");
22 $pdo->query("INSERT INTO b66584 VALUES (165)");
41 $pdo->query("DROP TABLE b66584");
/PHP-8.1/ext/standard/tests/url/
H A Dbug68917.phpt14 [query] => a=b
21 [query] => a=b
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_54648.phpt12 $db->query('set dateformat ymd');
13 $rs = $db->query("select cast('1950-01-18 23:00:00' as smalldatetime) as sdt, cast('2030-01-01 23:5…
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
23 var_dump($pdo->query('SELECT 42')->fetchColumn(0));
H A Dbug70066.phpt20 $db = $pdo->query('SELECT DATABASE()')->fetchColumn(0);
23 $pdo->query('USE ' . $db);
H A Dbug66528.phpt23 $stmt = $dbh->query('SELECT * FROM test');
50 …ely, if your code is only ever going to run against mysql, you may enable query buffering by setti…
51 …ely, if your code is only ever going to run against mysql, you may enable query buffering by setti…
52 …ely, if your code is only ever going to run against mysql, you may enable query buffering by setti…
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt12 $query = "SELECT '', NULL, \"\" FROM DUAL";
13 $stmt = $db->prepare($query);
28 $query = "SELECT id FROM test ORDER BY id ASC LIMIT 1";
29 $stmt = $db->prepare($query);
H A Dbug46292.phpt28 $pdoDb->query('DROP TABLE IF EXISTS testz');
30 $pdoDb->query('CREATE TABLE testz (name VARCHAR(20) NOT NULL, value INT)');
32 …$pdoDb->query("INSERT INTO testz VALUES ('myclass', 1), ('myclass2', 2), ('myclass', NULL), ('mycl…
/PHP-8.1/ext/oci8/tests/
H A Dlob_022.phpt49 $query = 'SELECT * FROM lob_test ORDER BY mykey ASC';
50 $statement = oci_parse ($c, $query);
58 $query = 'SELECT * FROM lob_test ORDER BY mykey DESC';
59 $statement = oci_parse ($c, $query);
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug35336.phpt14 $a->query ("CREATE TABLE test (a integer primary key, b text)");
17 $rez = $a->query ("SELECT * FROM test")->fetchAll(PDO::FETCH_CLASS, 'EEE');
/PHP-8.1/ext/dom/tests/
H A Dgh11347.phpt2 GH-11347 (Memory leak when calling a static method inside an xpath query)
20 $xpath->query("//a[php:function('MyClass::dump', string(@href))]");
/PHP-8.1/ext/pdo/
H A Dpdo_dbh_arginfo.h39 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
44 ZEND_ARG_TYPE_INFO(0, query, IS_STRING, 0)
73 ZEND_METHOD(PDO, query);
91 ZEND_ME(PDO, query, arginfo_class_PDO_query, ZEND_ACC_PUBLIC)

Completed in 26 milliseconds

12345678910>>...22