From 48b9214773045b1ee2d00a685a86c34d6d84b694 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 9 Oct 2008 01:08:31 +0000 Subject: [PATCH] - Fix typo --- ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! -- 2.50.1