]> granicus.if.org Git - php/commitdiff
Remove debug codes
authorXinchen Hui <laruence@php.net>
Wed, 27 May 2015 09:41:38 +0000 (17:41 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 27 May 2015 09:41:38 +0000 (17:41 +0800)
run-tests.php

index cbc43595ff36e85781fdbd07bb14e18defc5809a..70d9cc3f5daf39b291a3b57ecfa4201a50ac36ab 100755 (executable)
@@ -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);