From: Anatol Belski Date: Tue, 30 Jun 2015 17:25:14 +0000 (+0200) Subject: no need to fflush here X-Git-Tag: php-7.1.0alpha3~25^2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afd8ebca787102097abc5d1cee10c441c8623ff4;p=php no need to fflush here --- diff --git a/ext/standard/tests/streams/proc_open_bug69900.phpt b/ext/standard/tests/streams/proc_open_bug69900.phpt index cbfc451864..59fcdfdd11 100644 --- a/ext/standard/tests/streams/proc_open_bug69900.phpt +++ b/ext/standard/tests/streams/proc_open_bug69900.phpt @@ -30,7 +30,6 @@ for($i = 0; $i < 10; $i++){ $t0 = microtime(1); $s = fgets($pipes[1]); - fflush($pipes[1]); $t1 = microtime(1); echo $s;