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.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
- 7.0
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm # due to facebook/hhvm#3321 - php: 7.0
- php: hhvm # due to facebook/hhvm#3321
env: env:
global: global:

View file

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