summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug61728.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug61728.phpt')
-rw-r--r--ext/session/tests/bug61728.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug61728.phpt b/ext/session/tests/bug61728.phpt
index b0ed3a1a17..ceabd3ad83 100644
--- a/ext/session/tests/bug61728.phpt
+++ b/ext/session/tests/bug61728.phpt
@@ -3,7 +3,7 @@ Bug #61728 (PHP crash when calling ob_start in request_shutdown phase)
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
-<?php
+<?php
function output_html($ext) {
return strlen($ext);
}