From: Xinchen Hui Date: Wed, 27 May 2015 09:41:38 +0000 (+0800) Subject: Remove debug codes X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e438a2783bb0f804bbd45cb4a3bf7910bfae2e4;p=php Remove debug codes --- diff --git a/run-tests.php b/run-tests.php index cbc43595ff..70d9cc3f5d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1751,7 +1751,6 @@ TEST $file } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) { $post = trim($section_text['POST']); - file_put_contents("/tmp/post", $post); $content_length = strlen($post); save_text($tmp_post, $post);