Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/tests/
H A Dpdo_003.phpt2 PDO Common: PDO::FETCH_BOTH
26 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
H A Dbug_79106.phpt2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH)
H A Dbug_79106_collision.phpt2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH) - collision
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt26 $both = $stmt->fetch(PDO::FETCH_BOTH);
30 printf("[%03d] Suspicious FETCH_BOTH result, dumping\n", $offset);
H A Dpdo_mysql_attr_case.phpt35 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
57 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
71 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
85 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
/PHP-8.3/Zend/tests/
H A Dbug71428.2.phpt8 …public function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third …
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug68199.phpt69 // Test PDO::FETCH_BOTH as parameter with payload
71 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
H A Dgetnotify.phpt59 // Test PDO::FETCH_BOTH as parameter
61 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.stub.php114 public const FETCH_BOTH = UNKNOWN; define in PDO

Completed in 9 milliseconds