Home
last modified time | relevance | path

Searched refs:fetchAll (Results 51 – 75 of 122) sorted by relevance

12345

/PHP-8.0/ext/pdo/tests/
H A Dpecl_bug_5772.phpt24 foreach ($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_FUNC, 'heLLO') as $row) {
H A Dbug_79106.phpt25 var_dump($stmt->fetchAll());
H A Dbug_79106_collision.phpt25 var_dump($stmt->fetchAll());
H A Dpdo_010.phpt55 var_dump($stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_CLASSTYPE|PDO::FETCH_GROUP, 'Test3'));
58 var_dump($stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_CLASSTYPE|PDO::FETCH_UNIQUE, 'Test3'));
H A Dpdo_002.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_NUM));
H A Dbug_35671.phpt31 var_dump($db->query("SELECT * from test")->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_42917.phpt25 var_dump($res->fetchAll());
H A Dpdo_008.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_NUM|PDO::FETCH_UNIQUE));
H A Dpdo_028.phpt30 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug75177.phpt21 $ret = $pdo->query("SELECT * FROM $tbl")->fetchAll();
H A Dbug_44707.phpt47 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
56 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_stmt_multiquery.phpt17 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
26 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt29 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
44 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt34 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
48 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_attr_statement_class.phpt98 public function fetchAll($fetch_style = 1, ...$fetch_args) {
106 var_dump($stmt->fetchAll());
112 var_dump($stmt->fetchAll());
H A Dbug_41698.phpt23 var_dump($db->query('SELECT * from test')->fetchAll(PDO::FETCH_ASSOC));
H A Dbug81037.phpt26 $data = $stmt->fetchAll(PDO::FETCH_ASSOC);
H A Dpecl_bug_5200.phpt17 foreach ($db->query('DESCRIBE test phase')->fetchAll(PDO::FETCH_ASSOC) as $row) {
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt20 $result = $stmt->fetchAll(PDO::FETCH_COLUMN);
H A Dbug_63916-2.phpt20 $result = $stmt->fetchAll(PDO::FETCH_COLUMN);
/PHP-8.0/ext/pdo_firebird/tests/
H A Dbug_74462.phpt17 $D = $S->fetchAll(PDO::FETCH_COLUMN);
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php38 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args) {} function in PDOStatement
H A Dpdo_stmt_arginfo.h97 ZEND_METHOD(PDOStatement, fetchAll);
120 ZEND_ME(PDOStatement, fetchAll, arginfo_class_PDOStatement_fetchAll, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt44 var_dump($stmt->fetchAll());
64 var_dump($stmt->fetchAll());
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug54379.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));

Completed in 24 milliseconds

12345