From 2db6b7e8f15aaf98aebec80bb15599fbc30e1e8f Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 15 Jul 2003 17:28:54 +0000 Subject: [PATCH] MFH --- ext/standard/tests/file/proc_open01.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/proc_open01.phpt b/ext/standard/tests/file/proc_open01.phpt index d1e066e092..39fc4e4cf6 100644 --- a/ext/standard/tests/file/proc_open01.phpt +++ b/ext/standard/tests/file/proc_open01.phpt @@ -28,7 +28,7 @@ for ($left = strlen($test_string); $left > 0;) { if (++$n >1000) { print "terminated after 1000 iterations\n"; break; - } + } $read_fds = array($pipes[1]); $retval = stream_select($read_fds, $write_fds = NULL, $exp_fds = NULL, 1); if ($retval === false) { -- 2.40.0