mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
fix notice
This commit is contained in:
parent
2408f16a7a
commit
f2052a38f1
@ -4,7 +4,6 @@ Check poll of a pipe works
|
||||
<?php
|
||||
$fd = popen(PHP_BINARY . " ". __DIR__ . "/fixtures/proc.php", "w");
|
||||
stream_set_blocking($fd, 0);
|
||||
fwrite($fd, 'test');
|
||||
|
||||
$loop = uv_loop_new();
|
||||
$poll = uv_poll_init($loop, $fd);
|
||||
|
3
tests/fixtures/proc.php
vendored
3
tests/fixtures/proc.php
vendored
@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
echo $argv[1];
|
||||
echo 'hello';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user