mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
- Fix typo
This commit is contained in:
parent
61d3c9f8c7
commit
62d2239964
@ -114,7 +114,7 @@ $db = MySQLPDOTest::factory();
|
||||
|
||||
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row !== $expected) {
|
||||
printf("[004a] Expecting %s got %s\n", var_export($expected, true), vat_export($row, true));
|
||||
printf("[004a] Expecting %s got %s\n", var_export($expected, true), var_export($row, true));
|
||||
}
|
||||
|
||||
prepex(5, $db, 'DROP TABLE IF EXISTS test');
|
||||
@ -377,4 +377,4 @@ array(2) {
|
||||
string(10) "second row"
|
||||
}
|
||||
}
|
||||
done!
|
||||
done!
|
||||
|
Loading…
Reference in New Issue
Block a user