Home
last modified time | relevance | path

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

12345

/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug46139.phpt27 $r1 = $stmt->fetchAll();
/PHP-8.0/ext/pdo/tests/
H A Dpdo_001.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_018.phpt89 var_dump($db->query('SELECT id, name FROM classtypes ORDER by id')->fetchAll(PDO::FETCH_COLUMN|PDO:…
140 $res = $db->query('SELECT test.val FROM test')->fetchAll(PDO::FETCH_COLUMN);
162 …S val FROM test LEFT JOIN classtypes ON test.classtype=classtypes.id')->fetchAll(PDO::FETCH_CLASS|…
177 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
181 var_dump($stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_CLASSTYPE|PDO::FETCH_SERIALIZE, 'TestLeaf'));
H A Dbug_44409.phpt40 print_r($stmt->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, "bug44409"));
H A Dpdo_004.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_OBJ));
H A Dpdo_033.phpt32 print_r($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_003.phpt25 var_dump($stmt->fetchAll(PDO::FETCH_BOTH));
H A Dbug_38394.phpt27 var_dump($db->query("SELECT * FROM test")->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_73234.phpt34 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_031.phpt37 foreach(new RecursiveTreeIterator(new RecursiveArrayIterator($stmt->fetchAll(PDO::FETCH_ASSOC)), Re…
H A Dpdo_019.phpt29 $cont = $stmt->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE);
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_47588.phpt17 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_38955.phpt30 $rows = $rs->fetchAll(PDO::FETCH_ASSOC);
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt63 …hile other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively…
64 …hile other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively…
H A Dpdo_mysql_prepare_emulated_anonymous.phpt33 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
52 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dbug63176.phpt29 $this->db->query('SELECT 1')->fetchAll();
H A Dpdo_mysql_attr_init_command.phpt33 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_commit.phpt53 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
74 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
H A Dpdo_mysql_prepare_native_clear_error.phpt41 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
61 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_prepare_native_named_placeholder.phpt40 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
60 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_pecl_12925.phpt27 var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpecl_bug_5802.phpt33 if($stmt) var_dump($stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dbug79132.phpt33 var_dump($stmt->execute($params), $stmt->fetchAll(PDO::FETCH_ASSOC));
H A Dpdo_mysql_exec.phpt80 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
89 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
118 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
126 $tmp = $stmt->fetchAll(PDO::FETCH_ASSOC);
/PHP-8.0/ext/pdo_firebird/tests/
H A Dbug_64037.phpt24 $rows = $stmt->fetchAll();

Completed in 32 milliseconds

12345