Home
last modified time | relevance | path

Searched refs:fetchAll (Results 76 – 100 of 131) sorted by relevance

123456

/PHP-8.3/ext/pdo/tests/
H A Dbug_42917.phpt26 var_dump($res->fetchAll());
H A Dpdo_001.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_002.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_NUM));
H A Dpdo_008.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_NUM|PDO::FETCH_UNIQUE));
H A Dpdo_028.phpt31 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_004.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_OBJ));
H A Dpdo_003.phpt26 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
H A Dpdo_033.phpt33 print_r($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_38394.phpt28 var_dump($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_031.phpt38 foreach(new RecursiveTreeIterator(new RecursiveArrayIterator($stmt->fetchAll(PDO::FETCH_ASSOC)), Re…
/PHP-8.3/ext/pdo_dblib/tests/
H A Dbug_47588.phpt18 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_38955.phpt31 $rows = $rs->fetchAll(PDO::FETCH_ASSOC);
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt64 …hile other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively…
65 …hile other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively…
H A Dpdo_mysql_prepare_emulated_anonymous.phpt34 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
53 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpecl_bug_5200.phpt19 foreach ($db->query('DESCRIBE test phase')->fetchAll(PDO::FETCH_ASSOC) as $row) {
H A Dunsigned_bigint.phpt24 $result = $pdo->query("SELECT ubigint FROM $tbl")->fetchAll(PDO::FETCH_ASSOC);
H A Dbug63176.phpt31 $this->db->query('SELECT 1')->fetchAll();
H A Dpdo_mysql_prepare_native_named_placeholder.phpt41 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
61 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_attr_init_command.phpt35 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_prepare_native_clear_error.phpt43 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
63 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_commit.phpt54 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
75 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.stub.php41 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array {} function in PDOStatement
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_64037.phpt26 $rows = $stmt->fetchAll();
H A Dgh13119.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
/PHP-8.3/ext/pdo_odbc/tests/
H A Dautocommit.phpt33 var_dump($r->fetchAll(PDO::FETCH_ASSOC));

Completed in 46 milliseconds

123456