Skip to content

Commit 30441e6

Browse files
committed
Remove superfluous assignment
1 parent 55f7d3b commit 30441e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/tests/file/bug60120.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (!$php) {
1818
}
1919
$cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
2020
$descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
21-
$stdin = str_repeat('*', 1024 * 16) . '!';
2221
$stdin = str_repeat('*', 2049 );
2322

2423
$options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));

0 commit comments

Comments
 (0)