From: Scott MacVicar Date: Tue, 9 Jun 2009 01:04:35 +0000 (+0000) Subject: Add test X-Git-Tag: php-5.2.10RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f250ef78245d6f713d2340a2be4e8ed4647928b2;p=php Add test --- diff --git a/ext/mysqli/tests/bug46109.phpt b/ext/mysqli/tests/bug46109.phpt new file mode 100644 index 0000000000..358f1bf1fa --- /dev/null +++ b/ext/mysqli/tests/bug46109.phpt @@ -0,0 +1,17 @@ +--TEST-- +Bug #46109 (MySQLi::init - Memory leaks) +--SKIPIF-- + +--FILE-- +init(); + $mysqli->init(); + echo "done"; +?> +--EXPECTF-- +done