andrey Tue Feb 19 17:21:50 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli/tests bug34810.phpt
Log:
Fix a failing test
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug34810.phpt?r1=1.1.2.3.2.1.2.1&r2=1.1.2.3.2.1.2.2&diff_format=u
Index: php-src/ext/mysqli/tests/bug34810.phpt
diff -u php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.1
php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.2
--- php-src/ext/mysqli/tests/bug34810.phpt:1.1.2.3.2.1.2.1 Wed Oct 10
10:10:59 2007
+++ php-src/ext/mysqli/tests/bug34810.phpt Tue Feb 19 17:21:50 2008
@@ -23,7 +23,7 @@
$mysql->query("CREATE TABLE test_warnings (a int not null)");
$mysql->query("SET sql_mode=''");
$mysql->query("INSERT INTO test_warnings VALUES
(1),(2),(NULL)");
- var_dump(mysqli_warning::__construct($mysql));
+ var_dump(new mysqli_warning($mysql));
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php