fix notice

This commit is contained in:
Steve Rhoades 2014-11-14 02:05:44 +00:00
parent 2408f16a7a
commit f2052a38f1
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1,3 +1,4 @@
<?php
echo $argv[1];
echo 'hello';