1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

Merge branch 'spl_tempfile_clean' into PHP-5.5

* spl_tempfile_clean:
  Cleanup temp test file
This commit is contained in:
Christopher Jones
2013-07-10 11:18:58 -07:00

View File

@@ -13,6 +13,10 @@ $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