summaryrefslogtreecommitdiff
path: root/Zend/tests/add_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/add_003.phpt')
-rw-r--r--Zend/tests/add_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/add_003.phpt b/Zend/tests/add_003.phpt
index f0066ee3cd..b70ff022ec 100644
--- a/Zend/tests/add_003.phpt
+++ b/Zend/tests/add_003.phpt
@@ -9,9 +9,9 @@ $o = new stdclass;
$o->prop = "value";
try {
- var_dump($o + $a);
+ var_dump($o + $a);
} catch (Error $e) {
- echo "\nException: " . $e->getMessage() . "\n";
+ echo "\nException: " . $e->getMessage() . "\n";
}
$c = $o + $a;