Arquivos
hhvm/hphp/test/zend/bad/ext-spl/SplFileObject_rewind_error001.php
T
Paul Tarjan d95fd236d2 flakey tests
Stop using the same filename!
2013-06-04 17:53:37 -07:00

9 linhas
179 B
PHP

<?php
file_put_contents('SplFileObject_rewind_error001.csv', 'eerste;tweede;derde');
$fo = new SplFileObject('SplFileObject_rewind_error001.csv');
$fo->rewind( "invalid" );
?>