From c437d4d430de161f2c3d8520df03e17d8b5275ec Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 31 Jan 2008 07:43:49 +0000 Subject: [PATCH] - Fix test --- ext/spl/tests/dit_001.phpt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/spl/tests/dit_001.phpt b/ext/spl/tests/dit_001.phpt index eb27aa699d..3ea531593c 100755 --- a/ext/spl/tests/dit_001.phpt +++ b/ext/spl/tests/dit_001.phpt @@ -12,9 +12,13 @@ var_dump(is_string($d)); ?> ===DONE=== --EXPECTF-- -object(DirectoryIterator)#%d (1) { +object(DirectoryIterator)#%d (3) { %s"pathName"%s"SplFileInfo":private]=> %s(1) "." + %s"glob"%s"RecursiveDirectoryIterator":private]=> + bool(false) + %s"subPathName"%s"RecursiveDirectoryIterator":private]=> + %s(0) "" } bool(false) bool(false) -- 2.40.0