summaryrefslogtreecommitdiff
path: root/Zend/tests/debug_backtrace_options.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/debug_backtrace_options.phpt')
-rw-r--r--Zend/tests/debug_backtrace_options.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/debug_backtrace_options.phpt b/Zend/tests/debug_backtrace_options.phpt
index 1b2d7e5485..a35eb64ff6 100644
--- a/Zend/tests/debug_backtrace_options.phpt
+++ b/Zend/tests/debug_backtrace_options.phpt
@@ -29,8 +29,8 @@ function doit($a, $b, $how)
}
class foo {
- protected function doCall($dowhat, $how)
- {
+ protected function doCall($dowhat, $how)
+ {
$dowhat('a','b', $how);
}
static function statCall($dowhat, $how)