mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
test with more php versions
This commit is contained in:
parent
f3b397f504
commit
4eb39ce82e
2 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue