From: Gustavo André dos Santos Lopes Date: Fri, 5 Nov 2010 01:56:28 +0000 (+0000) Subject: - Added CLEAN section to recently committed test. X-Git-Tag: php-5.3.4RC1~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd038a9c890b128b6a3912ab3709c92330012bd4;p=php - Added CLEAN section to recently committed test. --- diff --git a/ext/standard/tests/file/bug53241.phpt b/ext/standard/tests/file/bug53241.phpt index e302e88140..685bf14620 100644 --- a/ext/standard/tests/file/bug53241.phpt +++ b/ext/standard/tests/file/bug53241.phpt @@ -13,6 +13,11 @@ $fh = fopen($fn, 'xb'); $ch = curl_init('http://www.yahoo.com/'); var_dump(curl_setopt($ch, CURLOPT_FILE, $fh)); echo "Done.\n"; +--CLEAN-- + --EXPECT-- bool(true) Done.