Home
last modified time | relevance | path

Searched refs:query (Results 301 – 325 of 491) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/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-8.0/ext/mysqli/tests/
H A Dbug74968.phpt16 $mysqli->query("SELECT 1 as a")->fetch_object("test");
H A Dbug47050.phpt18 $link1->query("SELECT 'test'", MYSQLI_ASYNC);
H A Dbug64726.phpt18 $result = $db->query('SELECT 1', MYSQLI_USE_RESULT);
H A Dmysqli_stmt_bind_limits.phpt41 if (!$link->query($drop) || !$link->query($create)) {
86 if (!($res = $link->query("SELECT * FROM test"))) {
H A Dbug36802.phpt28 $mysql->query("SELECT 'foo' FROM DUAL");
/PHP-8.0/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);
H A Dbug_73396.phpt17 $stmt = $db->query('SELECT CAST(1 AS bigint)');
/PHP-8.0/ext/xsl/tests/
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
H A Dxslt002.phpt11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method");
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug_33707.phpt15 $rs = $db->query('select blah from a_table_that_does_not_exist');
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug72570.phpt2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
/PHP-8.0/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-8.0/ext/standard/
H A Durl.h27 zend_string *query; member
/PHP-8.0/ext/dom/tests/
H A Dbug42082.phpt9 $nodes = $xpath->query('*');
/PHP-8.0/ext/dba/tests/
H A Ddba_db4_018.phpt46 echo "Test 6 - query after closing 2nd resource\n";
72 Test 6 - query after closing 2nd resource
/PHP-8.0/ext/pdo/tests/
H A Dbug_50458.phpt19 $res = $db->query("SELECT a FROM test");
H A Dpdo_uninitialized.phpt17 $pdo->query("foo");
H A Dbug_39398.phpt24 var_dump($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_ASSOC));
H A Dpecl_bug_5772.phpt24 foreach ($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_FUNC, 'heLLO') as $row) {

Completed in 37 milliseconds

1...<<11121314151617181920