We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2a8c6 commit 7f12392Copy full SHA for 7f12392
ext/standard/tests/streams/proc_open_bug51800_right2.phpt
@@ -2,7 +2,7 @@
2
Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
3
--FILE--
4
<?php
5
-$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right.php";
+$callee = dirname(__FILE__) . "/process_proc_open_bug51800_right2.php";
6
$php = PHP_BINARY;
7
$cmd = "$php $callee";
8
@@ -66,7 +66,7 @@ var_dump(array(
66
===DONE===
67
--CLEAN--
68
69
70
unlink($callee);
71
?>
72
--EXPECTF--
0 commit comments