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

@ -3,11 +3,14 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm # due to facebook/hhvm#3321
allow_failures:
- php: 7.0
- php: hhvm # due to facebook/hhvm#3321
env:
global:

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
*/