summaryrefslogtreecommitdiff
path: root/tests/basic/bug20539.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/bug20539.phpt')
-rw-r--r--tests/basic/bug20539.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt
index 2b84d14189..99a88f66b5 100644
--- a/tests/basic/bug20539.phpt
+++ b/tests/basic/bug20539.phpt
@@ -9,10 +9,10 @@ session.save_handler=files
session.save_path=./tests/basic/
--FILE--
<?php
- print "good :)\n";
- $filename = __DIR__ . '/sess_' . session_id();
- var_dump(file_exists($filename));
- @unlink($filename);
+ print "good :)\n";
+ $filename = __DIR__ . '/sess_' . session_id();
+ var_dump(file_exists($filename));
+ @unlink($filename);
?>
--EXPECT--
good :)