/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute_bind.phpt | 26 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']); 32 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']); 94 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']); 100 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a']); 106 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']); 108 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']); 120 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>null, 'num' => null]);
|
H A D | ps_cursor_multiple_result_sets.phpt | 62 $result = $stmt->get_result(); 68 $result = $stmt->get_result(); 95 get_result:
|
H A D | mysqli_stmt_get_result_non_select.phpt | 31 if (!$res = $stmt->get_result()) 58 if (!$res = $stmt->get_result()) 77 if (!$res = $stmt->get_result())
|
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 | bug77935.phpt | 32 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-float.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-int.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-no-space.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-string.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-time.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-bit.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-date.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-datetime.phpt | 22 $result = $stmt->get_result();
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-double.phpt | 22 $result = $stmt->get_result();
|
H A D | protocol_stmt_row_fetch_data.phpt | 23 $result = $stmt->get_result();
|
H A D | bug79375.phpt | 45 $res = $stmt->get_result(); 100 // try it again for get_result
|
H A D | mysqli_class_mysqli_stmt_interface.phpt | 44 $expected_methods['get_result'] = true;
|
H A D | mysqli_stmt_get_result.phpt | 113 // get_result can be used in PS cursor mode
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 723 public function get_result(): mysqli_result|false {} function in mysqli_stmt
|
H A D | mysqli_arginfo.h | 1076 …ZEND_ME_MAPPING(get_result, mysqli_stmt_get_result, arginfo_class_mysqli_stmt_get_result, ZEND_ACC…
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd.h | 217 #define mysqlnd_stmt_get_result(stmt) (stmt)->m->get_result((stmt))
|
H A D | mysqlnd_ps.c | 143 MYSQLND_METHOD(mysqlnd_stmt, get_result)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument 1931 MYSQLND_METHOD(mysqlnd_stmt, get_result),
|
H A D | mysqlnd_structs.h | 791 func_mysqlnd_stmt__get_result get_result; in MYSQLND_CLASS_METHODS_TYPE() local
|