* Thus wrote Andi Gutmans:
> Can you please try again (HEAD)?
> Let me know if it's OK and I'll merge to PHP_5_0
Works good now. Passes the attached test now.
Curt
--
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about. No, sir. Our model is the trapezoid!
--TEST--
Internal classes were getting lost.
--FILE--
<?php
$d = new DirectoryIterator('.');
preg_match('/x/', $d);
var_dump($d);
--EXPECTF--
object(DirectoryIterator)#%d (0) {
}
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php