From: Marcus Boerger Date: Wed, 29 Sep 2004 20:09:52 +0000 (+0000) Subject: - Fix tests (atm preg_match() is wrong) X-Git-Tag: PRE_NEW_VM_GEN_PATCH~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d748f8ecf2d2d904591cf8754bffe24f720bd1a2;p=php - Fix tests (atm preg_match() is wrong) --- 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===