summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-05-27 17:41:38 +0800
committerXinchen Hui <laruence@php.net>2015-05-27 17:41:38 +0800
commit0e438a2783bb0f804bbd45cb4a3bf7910bfae2e4 (patch)
tree66c00e663a2e1b583e4baa703886722c37755fc5 /run-tests.php
parentc17029315fa3e2d3d7501058d1fd22f08b0d26ec (diff)
downloadphp-git-0e438a2783bb0f804bbd45cb4a3bf7910bfae2e4.tar.gz
Remove debug codes
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
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);