summaryrefslogtreecommitdiff
path: root/ext/spl/tests/dit_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/dit_003.phpt')
-rw-r--r--ext/spl/tests/dit_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/dit_003.phpt b/ext/spl/tests/dit_003.phpt
index 4ffc2921e0..507ed49f0e 100644
--- a/ext/spl/tests/dit_003.phpt
+++ b/ext/spl/tests/dit_003.phpt
@@ -10,6 +10,6 @@ foreach(new FilesystemIterator(__DIR__) as $ent)
var_dump($count > 0);
?>
===DONE===
---EXPECTF--
+--EXPECT--
bool(true)
===DONE===