helly Thu Sep 9 03:46:43 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/spl/tests dit_001.phpt Log: MFH add new test
http://cvs.php.net/co.php/php-src/ext/spl/tests/dit_001.phpt?r=1.1&p=1 Index: php-src/ext/spl/tests/dit_001.phpt +++ php-src/ext/spl/tests/dit_001.phpt --TEST-- SPL: Problem with casting to string --FILE-- <?php $d = new DirectoryIterator('.'); preg_match('/x/', $d); var_dump($d); ?> --EXPECTF-- object(DirectoryIterator)#%d (0) { } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php