From: Georg Richter Date: Tue, 18 Feb 2003 00:42:38 +0000 (+0000) Subject: new test (class which extends mysqli. currently this test fails :( ) X-Git-Tag: RELEASE_0_5~929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19a9b4f310742bedc2dbf2b5c603b6b76640e256;p=php new test (class which extends mysqli. currently this test fails :( ) --- diff --git a/ext/mysqli/tests/056.phpt b/ext/mysqli/tests/056.phpt new file mode 100644 index 0000000000..cee7df1e5f --- /dev/null +++ b/ext/mysqli/tests/056.phpt @@ -0,0 +1,19 @@ +--TEST-- +extend mysqli +--FILE-- +connect("localhost", $user, $passwd); + $foo->close(); + printf("%s\n", $foo->test()); +?> +--EXPECT-- +I like MySQL 4.1