From afd8ebca787102097abc5d1cee10c441c8623ff4 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 30 Jun 2015 19:25:14 +0200 Subject: [PATCH] no need to fflush here --- ext/standard/tests/streams/proc_open_bug69900.phpt | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1