Searched refs:fetch_all (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | gh11550.phpt | 28 var_dump('mysqli-1:', $stmt->execute(), $stmt->get_result()->fetch_all()); 35 var_dump('mysqli-2:', $stmt->execute(), $stmt->get_result()->fetch_all());
|
H A D | bug75434.phpt | 11 $rm = new ReflectionMethod('mysqli_result', 'fetch_all');
|
H A D | mysqli_fetch_all_oo.phpt | 2 $mysqli->fetch_all() (introduced with mysqlnd) 28 var_dump($res->fetch_all()); 36 var_dump($res->fetch_all(MYSQLI_NUM)); 44 var_dump($res->fetch_all(MYSQLI_BOTH)); 52 var_dump($res->fetch_all(MYSQLI_ASSOC)); 63 var_dump($res->fetch_all(MYSQLI_ASSOC)); 72 var_dump($res->fetch_all(MYSQLI_BOTH)); 82 $tmp = $res->fetch_all(-10); 128 if (!$tmp = $res->fetch_all(MYSQLI_BOTH)) { 436 mysqli_result::fetch_all(): Argument #1 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_…
|
H A D | gh7837.phpt | 24 var_dump($result->fetch_all());
|
H A D | ghsa-h35g-vwh6-m678-def.phpt | 24 var_dump($result->fetch_all(MYSQLI_ASSOC));
|
H A D | mysqli_next_result_error.phpt | 23 var_dump($res->fetch_all(MYSQLI_ASSOC));
|
H A D | bug70384.phpt | 48 $rows = $res->fetch_all();
|
H A D | mysqli_class_mysqli_result_interface.phpt | 31 'fetch_all' => true,
|
H A D | mysqli_store_result_copy.phpt | 176 var_dump($res->fetch_all());
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 500 public function fetch_all(int $mode = MYSQLI_NUM): array {} function in mysqli_result
|
H A D | mysqli_arginfo.h | 1040 …ZEND_ME_MAPPING(fetch_all, mysqli_fetch_all, arginfo_class_mysqli_result_fetch_all, ZEND_ACC_PUBLI…
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_stmt.c | 1098 …stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, bool fetch_all) /* {{{ */ in pdo_stmt_verify_mode() argument 1116 if (!fetch_all) { in pdo_stmt_verify_mode() 1123 if (fetch_all) { in pdo_stmt_verify_mode()
|
/PHP-8.1/ |
H A D | UPGRADING | 587 . The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
|
Completed in 40 milliseconds