diff options
| author | Christopher Jones <sixd@php.net> | 2013-07-10 11:18:58 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-07-10 11:18:58 -0700 |
| commit | 2d77bbdf642f397fc2c79d7b51d7e2f1acbdcdb1 (patch) | |
| tree | 99920125eaa89faf12614f1a22c4769dd959c1fc /ext | |
| parent | c0bfc57ba82082577d36e958219238de8d884be7 (diff) | |
| parent | 3478ddc1f057d379bbe4b9524c4d208ed81bb309 (diff) | |
| download | php-git-2d77bbdf642f397fc2c79d7b51d7e2f1acbdcdb1.tar.gz | |
Merge branch 'spl_tempfile_clean' into PHP-5.5
* spl_tempfile_clean:
Cleanup temp test file
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/spl/tests/SplFileObject_rewind_error001.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/spl/tests/SplFileObject_rewind_error001.phpt b/ext/spl/tests/SplFileObject_rewind_error001.phpt index bdb3301e63..ac536a0a44 100644 --- a/ext/spl/tests/SplFileObject_rewind_error001.phpt +++ b/ext/spl/tests/SplFileObject_rewind_error001.phpt @@ -14,5 +14,9 @@ $fo = new SplFileObject('testdata.csv'); $fo->rewind( "invalid" ); ?> +--CLEAN-- +<?php +unlink('testdata.csv'); +?> --EXPECTF-- Warning: SplFileObject::rewind() expects exactly 0 parameters, 1 given in %s on line %d |
