Skip to content

Commit ee8e339

Browse files
committed
Fixes + review
1 parent 9f3af0b commit ee8e339

File tree

2 files changed

+1
-282
lines changed

2 files changed

+1
-282
lines changed

ext/mysqli/tests/bug77597.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $mysqli->query('INSERT INTO test VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9)');
1818

1919
$mysqli->real_query("SELECT * FROM test");
2020

21-
$result = $mysqli->store_result(MYSQLI_STORE_RESULT_COPY_DATA);
21+
$result = $mysqli->store_result();
2222

2323
$field = $result->fetch_field();
2424
var_dump($field->name);

ext/mysqli/tests/mysqli_store_result_copy.phpt

Lines changed: 0 additions & 281 deletions
This file was deleted.

0 commit comments

Comments
 (0)