felipe Thu Oct 9 01:08:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/tests pdo_mysql_prepare_native.phpt Log: - Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt diff -u php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt:1.1.2.2 php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt:1.1.2.3 --- php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt:1.1.2.2 Mon Jul 21 13:09:28 2008 +++ php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt Thu Oct 9 01:08:55 2008 @@ -114,7 +114,7 @@ $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 @@ string(10) "second row" } } -done! \ No newline at end of file +done!
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php