Skip to content

Commit

Permalink
fix notice
Browse files Browse the repository at this point in the history
  • Loading branch information
steverhoades committed Nov 14, 2014
1 parent 2408f16 commit f2052a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/330-poll-pipe.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 2 additions & 1 deletion tests/fixtures/proc.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?php

echo $argv[1];
echo 'hello';

0 comments on commit f2052a3

Please sign in to comment.