summaryrefslogtreecommitdiff
path: root/ext/session/tests/017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/017.phpt')
-rw-r--r--ext/session/tests/017.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/017.phpt b/ext/session/tests/017.phpt
index baf7df8c57..957fcb2e45 100644
--- a/ext/session/tests/017.phpt
+++ b/ext/session/tests/017.phpt
@@ -13,10 +13,10 @@ session.save_handler=files
error_reporting(E_ALL);
class Kill {
- function __construct() {
- global $HTTP_SESSION_VARS;
- session_start();
- }
+ function __construct() {
+ global $HTTP_SESSION_VARS;
+ session_start();
+ }
}
$k = new Kill();