]> granicus.if.org Git - php/commitdiff
no need to fflush here
authorAnatol Belski <ab@php.net>
Tue, 30 Jun 2015 17:25:14 +0000 (19:25 +0200)
committerAnatol Belski <ab@php.net>
Thu, 2 Jul 2015 12:23:02 +0000 (14:23 +0200)
ext/standard/tests/streams/proc_open_bug69900.phpt

index cbfc4518649470dd8847f4b8d8c896268e894931..59fcdfdd1133990ce232607dcbc1a3d8e1dec3fb 100644 (file)
@@ -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;