summaryrefslogtreecommitdiff
path: root/ext/session/tests/session_id_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/session_id_error.phpt')
-rw-r--r--ext/session/tests/session_id_error.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/session_id_error.phpt b/ext/session/tests/session_id_error.phpt
index 6337cb916d..651092c01b 100644
--- a/ext/session/tests/session_id_error.phpt
+++ b/ext/session/tests/session_id_error.phpt
@@ -7,10 +7,10 @@ Test session_id() function : error functionality
ob_start();
-/*
+/*
* Prototype : string session_id([string $id])
* Description : Get and/or set the current session id
- * Source code : ext/session/session.c
+ * Source code : ext/session/session.c
*/
echo "*** Testing session_id() : error functionality ***\n";
@@ -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(),