test with more php versions

This commit is contained in:
Robin Appelman 2015-04-25 16:14:03 +02:00
commit 4eb39ce82e
2 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,7 @@ interface File {
public function stream_open($path, $mode, $options, &$opened_path);
/**
* @param string $offset
* @param int $offset
* @param int $whence
* @return bool
*/