]> granicus.if.org Git - php/commitdiff
Remove superfluous assignment
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Jul 2019 13:51:53 +0000 (15:51 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 5 Jul 2019 13:56:26 +0000 (15:56 +0200)
ext/standard/tests/file/bug60120.phpt

index ce9f3b4099b0f041fa3e832548f456254f31a4b4..77ebf086bd3004045bb5acfa20970a9f6f28c807 100644 (file)
@@ -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));