summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFileInfo_getPerms_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplFileInfo_getPerms_error.phpt')
-rw-r--r--ext/spl/tests/SplFileInfo_getPerms_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFileInfo_getPerms_error.phpt b/ext/spl/tests/SplFileInfo_getPerms_error.phpt
index 8e05cdf8df..23b48de976 100644
--- a/ext/spl/tests/SplFileInfo_getPerms_error.phpt
+++ b/ext/spl/tests/SplFileInfo_getPerms_error.phpt
@@ -21,7 +21,7 @@ var_dump($fileInfo->getPerms() == 0100557);
?>
--EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getPerms(): stat failed for %s' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
Stack trace:
#0 %s: SplFileInfo->getPerms()
#1 {main}