summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug74949.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug74949.phpt')
-rw-r--r--ext/reflection/tests/bug74949.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug74949.phpt b/ext/reflection/tests/bug74949.phpt
index d69597efb8..2970c5911f 100644
--- a/ext/reflection/tests/bug74949.phpt
+++ b/ext/reflection/tests/bug74949.phpt
@@ -14,7 +14,7 @@ echo $r, "\n";
try {
echo $r->getPrototype();
} catch (Exception $e) {
- echo $e->getMessage(), "\n";
+ echo $e->getMessage(), "\n";
}
?>
--EXPECT--