From d748f8ecf2d2d904591cf8754bffe24f720bd1a2 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 29 Sep 2004 20:09:52 +0000 Subject: [PATCH] - Fix tests (atm preg_match() is wrong) --- 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 0a709da969..f02291c77b 100755 --- a/ext/spl/tests/dit_001.phpt +++ b/ext/spl/tests/dit_001.phpt @@ -1,9 +1,12 @@ --TEST-- SPL: Problem with casting to string +--SKIPIF-- + --FILE-- @@ -11,5 +14,6 @@ var_dump(is_string($d)); --EXPECTF-- object(DirectoryIterator)#%d (0) { } -bool(true) +bool(false) +bool(false) ===DONE=== -- 2.50.1