Home
last modified time | relevance | path

Searched refs:query (Results 201 – 225 of 401) sorted by relevance

12345678910>>...17

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt42 if (!$link->query($drop) || !$link->query($create)) {
87 if (!($res = $link->query("SELECT * FROM test"))) {
H A Dbug36802.phpt22 $x[1] = @$mysql->query("SELECT 'foo' FROM DUAL");
H A Dbug64726.phpt17 $result = $db->query('SELECT 1', MYSQLI_USE_RESULT);
H A Dbug36420.phpt14 $result = $mysqli->query('select 1');
H A Dmysqli_poll_mixing_insert_select.phpt64 'query' => $queries[$i],
105 printf("[003] '%s' caused %d\n", $links[$thread_id]['query'], mysqli_errno($link));
116 printf("[004] Error state not saved for query '%s', %d != %d\n", $link['query'],
H A Dbug47050.phpt18 $link1->query("SELECT 'test'", MYSQLI_ASYNC);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt27 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
31 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
35 $stmt = $db->query('SELECT VERSION() as _version');
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
H A Dpdo_mysql_attr_case.phpt29 …if (!is_object($stmt = $db->query("SELECT id, id AS 'ID_UPPER', label FROM test ORDER BY id ASC LI…
51 …if (!is_object($stmt = $db->query("SELECT id, id AS 'ID_UPPER', label, MiXeD, MYUPPER FROM test OR…
65 …if (!is_object($stmt = $db->query("SELECT id, label, MiXeD, MYUPPER, MYUPPER AS 'lower' FROM test …
79 …if (!is_object($stmt = $db->query("SELECT id, label, MiXeD, MYUPPER, id AS 'ID' FROM test ORDER BY…
H A Dpdo_mysql_attr_statement_class.phpt82 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
92 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
98 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 1');
106 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 1');
H A Dpdo_mysql_prepare_load_data.phpt11 $stmt = $db->query('SELECT USER() as _user');
63 $stmt = $db->query("SHOW VARIABLES LIKE 'secure_file_priv'");
85 $stmt = $db->query("SELECT 1 as 'one'");
H A Dpdo_mysql___construct.phpt183 $stmt = $db->query('SELECT VERSION() as _version');
204 $stmt = $db->query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset));
224 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
245 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin1"');
248 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin2"');
257 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
270 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
/PHP-5.5/ext/spl/tests/
H A Dbug54971.phpt22 $items = $xpath->query('//node');
/PHP-5.5/ext/standard/tests/url/
H A Dbug54180.phpt18 ["query"]=>
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_018.phpt46 echo "Test 6 - query after closing 2nd resource\n";
73 Test 6 - query after closing 2nd resource
H A Ddba015.phpt46 echo "Test 6 - query after closing 2nd resource\n";
73 Test 6 - query after closing 2nd resource
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt19 $query = "select sid from v\$session where audsid = userenv('sessionid')";
21 $stmt = oci_parse($c, $query);
34 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
36 $stmt = oci_parse($c, $query);
/PHP-5.5/ext/sqlite3/tests/
H A Dbug53463.phpt13 $result = $db->query('SELECT * FROM test');
H A Dsqlite3result_fetcharray_with_two_params_fails.phpt15 $result = $db->query('SELECT bar FROM foo');
/PHP-5.5/ext/odbc/tests/
H A Dodbc_exec_002.phpt2 odbc_exec(): Getting data from query
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug_33707.phpt15 $rs = $db->query('select blah from a_table_that_doesnt_exist');
H A Dpdo_oci_quote1.phpt16 $db->query("create table poq_tab (t varchar2(100))");
32 $db->query("insert into poq_tab (t) values($q)");
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug48773.phpt26 $stmt = $db->query('SELECT 1');
/PHP-5.5/ext/dom/tests/
H A Dbug42082.phpt9 $nodes = $xpath->query('*');

Completed in 38 milliseconds

12345678910>>...17