Home
last modified time | relevance | path

Searched refs:FETCH_LAZY (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/pdo/tests/
H A Dpdo_027.phpt2 PDO Common: PDO::FETCH_LAZY
22 foreach ($db->query("SELECT * FROM test", PDO::FETCH_LAZY) as $v) {
H A Dbug_60665.phpt2 PDO Common: Bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false)
24 $row = $statement->fetch(PDO::FETCH_LAZY);
H A Dbug_44173.phpt22 // Bug entry [2] -- 1 is PDO::FETCH_LAZY
24 $stmt = $db->query("SELECT * FROM test", PDO::FETCH_LAZY, 0, []);
H A Dpdo_035.phpt24 $result = $stmt->fetch(PDO::FETCH_LAZY);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug44327.phpt19 $row = $stmt->fetch(PDO::FETCH_LAZY);
32 $row = $stmt->fetch(PDO::FETCH_LAZY);
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dgh14712.phpt12 …$db->query("select 1 as queryStringxx")->fetch(PDO::FETCH_LAZY)->documentElement->firstChild->next…
H A Dbug44327_3.phpt11 $y = $x->fetch(PDO::FETCH_LAZY);
H A Dbug44327_2.phpt21 $y = $x->fetch(PDO::FETCH_LAZY);
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.stub.php99 public const FETCH_LAZY = UNKNOWN; define in PDO

Completed in 14 milliseconds