php-src/ext/spl/tests/dit_001.phpt
Marcus Boerger b16ae3b73a add new test
2004-09-09 07:46:19 +00:00

12 lines
182 B
PHP
Executable File

--TEST--
SPL: Problem with casting to string
--FILE--
<?php
$d = new DirectoryIterator('.');
preg_match('/x/', $d);
var_dump($d);
?>
--EXPECTF--
object(DirectoryIterator)#%d (0) {
}