summaryrefslogtreecommitdiff
path: root/ext/session/tests/session_cache_expire_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/session_cache_expire_error.phpt')
-rw-r--r--ext/session/tests/session_cache_expire_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/session_cache_expire_error.phpt b/ext/session/tests/session_cache_expire_error.phpt
index 486ba787e5..19324e2c5b 100644
--- a/ext/session/tests/session_cache_expire_error.phpt
+++ b/ext/session/tests/session_cache_expire_error.phpt
@@ -7,7 +7,7 @@ Test session_cache_expire() function : error functionality
ob_start();
-/*
+/*
* Prototype : int session_cache_expire([int $new_cache_expire])
* Description : Return current cache expire
* Source code : ext/session/session.c
@@ -57,7 +57,7 @@ $inputs = array(
false,
TRUE,
FALSE,
-
+
// Empty strings
/*16*/ "",
'',
@@ -66,7 +66,7 @@ $inputs = array(
/*18*/ "Nothing",
'Nothing',
$heredoc,
-
+
// Object data
/*21*/ new classA(),