diff options
Diffstat (limited to 'ext/spl/tests/fileobject_004.phpt')
-rw-r--r-- | ext/spl/tests/fileobject_004.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/fileobject_004.phpt b/ext/spl/tests/fileobject_004.phpt index fad87298ca..f446674dd8 100644 --- a/ext/spl/tests/fileobject_004.phpt +++ b/ext/spl/tests/fileobject_004.phpt @@ -14,9 +14,7 @@ var_dump($fo->getPath()); var_dump($fo->getFilename()); var_dump($fo->getRealPath()); ?> -==DONE== --EXPECTF-- string(%d) "%sspl%stests" string(19) "fileobject_004.phpt" string(%d) "%sspl%stests%sfileobject_004.phpt" -==DONE== |