diff options
Diffstat (limited to 'ext/session/tests/session_name_error.phpt')
| -rw-r--r-- | ext/session/tests/session_name_error.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/session_name_error.phpt b/ext/session/tests/session_name_error.phpt index 9f0101d98b..2ad83642b7 100644 --- a/ext/session/tests/session_name_error.phpt +++ b/ext/session/tests/session_name_error.phpt @@ -10,7 +10,7 @@ session.name=PHPSESSID ob_start(); -/* +/* * Prototype : string session_name([string $name]) * Description : Get and/or set the current session name * Source code : ext/session/session.c @@ -60,7 +60,7 @@ $inputs = array( false, TRUE, FALSE, - + // Empty strings /*16*/ "", '', @@ -69,7 +69,7 @@ $inputs = array( /*18*/ "Nothing", 'Nothing', $heredoc, - + // Object data /*21*/ new classA(), |
