From: Felipe Pena Date: Thu, 9 Oct 2008 01:08:31 +0000 (+0000) Subject: - Fix typo X-Git-Tag: BEFORE_HEAD_NS_CHANGE~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48b9214773045b1ee2d00a685a86c34d6d84b694;p=php - Fix typo --- diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt index 87438011fb..1d5f301608 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt @@ -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! \ No newline at end of file +done!