diff options
Diffstat (limited to 'ext/mysqli/tests/table.inc')
| -rw-r--r-- | ext/mysqli/tests/table.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/table.inc b/ext/mysqli/tests/table.inc index 5c6ed6fd28..bfbbed7102 100644 --- a/ext/mysqli/tests/table.inc +++ b/ext/mysqli/tests/table.inc @@ -17,7 +17,7 @@ if (!mysqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(i exit(1); } -if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6, 'f')")) { +if (!mysqli_query($link, 'INSERT INTO test(id, label) VALUES (1, "a"), (2, "b"), (3, "c"), (4, "d"), (5, "e"), (6, "f")')) { printf("[%d] %s\n", mysqli_errno($link), mysqli_error($link)); } -?> +?>
\ No newline at end of file |
