summaryrefslogtreecommitdiff
path: root/ext/session/tests/025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/025.phpt')
-rw-r--r--ext/session/tests/025.phpt2
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)