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 2408f16 commit f2052a3Copy full SHA for f2052a3
tests/330-poll-pipe.phpt
@@ -4,7 +4,6 @@ Check poll of a pipe works
4
<?php
5
$fd = popen(PHP_BINARY . " ". __DIR__ . "/fixtures/proc.php", "w");
6
stream_set_blocking($fd, 0);
7
-fwrite($fd, 'test');
8
9
$loop = uv_loop_new();
10
$poll = uv_poll_init($loop, $fd);
tests/fixtures/proc.php
@@ -1,3 +1,4 @@
1
2
3
-echo $argv[1];
+echo 'hello';
+
0 commit comments