felipe Thu Oct 9 01:08:31 2008 UTC
Modified files:
/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&r2=1.2&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
php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt:1.2
--- php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt:1.1 Mon Jul
21 13:05:51 2008
+++ php-src/ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt Thu Oct 9
01:08:31 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