diff options
Diffstat (limited to 'ext/session/tests/002.phpt')
| -rw-r--r-- | ext/session/tests/002.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt index 6fff01e773..4992d34ceb 100644 --- a/ext/session/tests/002.phpt +++ b/ext/session/tests/002.phpt @@ -7,5 +7,6 @@ session_unset() without a initialized session error_reporting(E_ALL); session_unset(); print "ok\n"; +?> --EXPECT-- ok |
