diff options
Diffstat (limited to 'ext/spl/tests/bug40036.phpt')
-rw-r--r-- | ext/spl/tests/bug40036.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/bug40036.phpt b/ext/spl/tests/bug40036.phpt index 8180c038ce..27757092bd 100644 --- a/ext/spl/tests/bug40036.phpt +++ b/ext/spl/tests/bug40036.phpt @@ -24,9 +24,7 @@ if (empty($view['baz']) || empty($view->baz)) { echo "View::baz empty\n"; } ?> -===DONE=== --EXPECT-- View::foo empty View::bar empty View::baz empty -===DONE=== |