From: Ulf Wendel Date: Wed, 11 Jul 2007 14:44:18 +0000 (+0000) Subject: Whitespace/Coding Standards and new check what happens if one tries to X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8777568cc2ab9398ec5ded62b8308d7c23b1d3df;p=php Whitespace/Coding Standards and new check what happens if one tries to free not a mysql resource but a file resource. --- diff --git a/ext/mysql/tests/mysql_free_result.phpt b/ext/mysql/tests/mysql_free_result.phpt index 77b32ee8ca..41903f467e 100644 --- a/ext/mysql/tests/mysql_free_result.phpt +++ b/ext/mysql/tests/mysql_free_result.phpt @@ -2,30 +2,39 @@ mysql_free_result() --SKIPIF-- - --FILE-- --EXPECTF-- bool(true)