diff options
Diffstat (limited to 'ext/session/tests/session_id_error.phpt')
| -rw-r--r-- | ext/session/tests/session_id_error.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/session_id_error.phpt b/ext/session/tests/session_id_error.phpt index 6337cb916d..83b0737eab 100644 --- a/ext/session/tests/session_id_error.phpt +++ b/ext/session/tests/session_id_error.phpt @@ -7,7 +7,7 @@ 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 @@ -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(), |
