summaryrefslogtreecommitdiff
path: root/ext/session/tests/session_destroy_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/session_destroy_error.phpt')
-rw-r--r--ext/session/tests/session_destroy_error.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/session_destroy_error.phpt b/ext/session/tests/session_destroy_error.phpt
index a3e443e9d8..a03face43d 100644
--- a/ext/session/tests/session_destroy_error.phpt
+++ b/ext/session/tests/session_destroy_error.phpt
@@ -7,10 +7,10 @@ Test session_destroy() function : error functionality
ob_start();
-/*
+/*
* Prototype : bool session_destroy(void)
* Description : Destroys all data registered to a session
- * Source code : ext/session/session.c
+ * Source code : ext/session/session.c
*/
echo "*** Testing session_destroy() : 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(),