Searched refs:FETCH_BOTH (Results 1 – 9 of 9) sorted by relevance
2 PDO Common: PDO::FETCH_BOTH26 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH)
2 Bug #79106 (PDO may fetch wrong column indexes with PDO::FETCH_BOTH) - collision
26 $both = $stmt->fetch(PDO::FETCH_BOTH);30 printf("[%03d] Suspicious FETCH_BOTH result, dumping\n", $offset);
35 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));
8 …public function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third …
69 // Test PDO::FETCH_BOTH as parameter with payload71 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
59 // Test PDO::FETCH_BOTH as parameter61 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);
114 public const FETCH_BOTH = UNKNOWN; define in PDO
Completed in 8 milliseconds