diff options
Diffstat (limited to 'ext/session/tests/session_module_name_error.phpt')
| -rw-r--r-- | ext/session/tests/session_module_name_error.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/session_module_name_error.phpt b/ext/session/tests/session_module_name_error.phpt index 08c080a1fa..e560dc4f2d 100644 --- a/ext/session/tests/session_module_name_error.phpt +++ b/ext/session/tests/session_module_name_error.phpt @@ -7,7 +7,7 @@ Test session_module_name() function : error functionality ob_start(); -/* +/* * Prototype : string session_module_name([string $module]) * Description : Get and/or set the current session module * 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(), |
