From: Antony Dovgal Date: Fri, 18 Jan 2008 12:12:19 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.6RC1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f66f94b4b02549ebe579651720bf81205780c0e3;p=php fix test --- diff --git a/ext/mysqli/tests/bug42548.phpt b/ext/mysqli/tests/bug42548.phpt index a7d5f39ff7..541833cf9c 100644 --- a/ext/mysqli/tests/bug42548.phpt +++ b/ext/mysqli/tests/bug42548.phpt @@ -4,8 +4,10 @@ Bug #42548 PROCEDURE xxx can't return a result set in the given context (works i --FILE-- real_connect('localhost', 'root', '', 'test'); +$mysqli->real_connect($host, $user, $passwd, 'test'); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit();