diff options
Diffstat (limited to 'ext/session/tests/025.phpt')
-rw-r--r-- | ext/session/tests/025.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/025.phpt b/ext/session/tests/025.phpt index aa1f995c49..172ea579c6 100644 --- a/ext/session/tests/025.phpt +++ b/ext/session/tests/025.phpt @@ -23,7 +23,7 @@ class handler { } function close() { - print "CLOSE\n"; + print "CLOSE\n"; return true; } function read($key) |