summaryrefslogtreecommitdiff
path: root/Zend/tests/bug32674.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug32674.phpt')
-rw-r--r--Zend/tests/bug32674.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug32674.phpt b/Zend/tests/bug32674.phpt
index 771270f93b..275a33562a 100644
--- a/Zend/tests/bug32674.phpt
+++ b/Zend/tests/bug32674.phpt
@@ -52,7 +52,7 @@ try {
//irrelevant
}
echo 'shouldn`t get here';
- //$dummy = 'this will not crash';
+ //$dummy = 'this will not crash';
$obj->dummy = 'this will crash';
} catch (Exception $e) {
echo "ok\n";