From 30441e65dddb13c9c7a63019738f0a767a18a3d4 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 5 Jul 2019 15:51:53 +0200 Subject: [PATCH] Remove superfluous assignment --- ext/standard/tests/file/bug60120.phpt | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/tests/file/bug60120.phpt b/ext/standard/tests/file/bug60120.phpt index ce9f3b4099..77ebf086bd 100644 --- a/ext/standard/tests/file/bug60120.phpt +++ b/ext/standard/tests/file/bug60120.phpt @@ -18,7 +18,6 @@ if (!$php) { } $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"'; $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w')); -$stdin = str_repeat('*', 1024 * 16) . '!'; $stdin = str_repeat('*', 2049 ); $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false)); -- 2.40.0