diff --git a/ext/standard/tests/general_functions/proc_open_multiplex.phpt b/ext/standard/tests/general_functions/proc_open_multiplex.phpt deleted file mode 100644 index 704b0a50660..00000000000 --- a/ext/standard/tests/general_functions/proc_open_multiplex.phpt +++ /dev/null @@ -1,37 +0,0 @@ ---TEST-- -Multiplexing of child output ---FILE-- - 0) { - foreach ($rset as $pipe) { - echo fread($pipe, 6), "\n"; - unset($read_pipes[array_search($pipe, $read_pipes)]); - } - $rset = $read_pipes; -} -?> ---EXPECT-- -hello9 -hello8 -hello7 -hello6 -hello5 -hello4 -hello3 -hello2 -hello1 -hello0