Home
last modified time | relevance | path

Searched refs:query (Results 251 – 275 of 435) sorted by relevance

1...<<1112131415161718

/PHP-7.1/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');
H A Dsqlite3result_reset_with_params_fails.phpt15 $result = $db->query('SELECT bar FROM foo');
H A Dsqlite3result_numcolumns_error.phpt18 $result = $db->query('SELECT id FROM test');
/PHP-7.1/ext/pdo_dblib/tests/
H A Dbug_67130.phpt12 $stmt = $db->query('SELECT 1; SELECT 2; SELECT 3;');
H A Dbug_69757.phpt18 $stmt = $db->query($sql);
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug_74376.phpt22 $stmt = $db->query("select (select 1 union select 2)");
H A Dpdo_mysql___construct.phpt186 $stmt = $db->query('SELECT VERSION() as _version');
207 $stmt = $db->query(sprintf('SHOW CHARACTER SET LIKE "%s"', $charset));
227 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
248 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin1"');
251 $stmt = $db->query('SHOW CHARACTER SET LIKE "latin2"');
260 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
273 $stmt = $db->query('SELECT @@character_set_connection AS _charset');
/PHP-7.1/ext/mysqli/tests/
H A Dbug47050.phpt18 $link1->query("SELECT 'test'", MYSQLI_ASYNC);
H A Dmysqli_character_set_name_oo.phpt24 if (!$res = $mysqli->query('SELECT version() AS server_version'))
35 …if (!$res = $mysqli->query('SELECT @@character_set_connection AS charset, @@collation_connection A…
H A Dmysqli_num_rows.phpt24 function func_test_mysqli_num_rows($link, $query, $expected, $offset, $test_free = false) {
26 if (!$res = mysqli_query($link, $query, MYSQLI_STORE_RESULT)) {
/PHP-7.1/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-7.1/ext/pdo_sqlite/tests/
H A Dbug48773.phpt26 $stmt = $db->query('SELECT 1');
H A Dbug_42589.phpt14 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
H A Dbug66033.phpt27 $pdoStatement = $pdo->query("select * from messages");
/PHP-7.1/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
/PHP-7.1/ext/dom/tests/
H A Dbug42082.phpt9 $nodes = $xpath->query('*');
/PHP-7.1/ext/xsl/tests/
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
H A Dxslt002.phpt11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method");
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug72570.phpt2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
/PHP-7.1/ext/pdo/tests/
H A Dbug_72788.phpt20 $stmt = @$db->query("SELECT 1 FROM TABLE_DOES_NOT_EXIST");
H A Dbug_50458.phpt19 $res = $db->query("SELECT a FROM test");

Completed in 44 milliseconds

1...<<1112131415161718