diff options
author | Edin Kadribasic <edink@php.net> | 2001-10-06 09:54:23 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2001-10-06 09:54:23 +0000 |
commit | 2ebefcf3b92df6626678c80b07017184c2679f89 (patch) | |
tree | b36c514c02a872c1451d06aabc54ffe18f9b793d /ext/session/tests/004.phpt | |
parent | 26389258bb11112bce04a232d56384a3150d5fc5 (diff) | |
download | php-git-2ebefcf3b92df6626678c80b07017184c2679f89.tar.gz |
Made session test pass on systems with short open tags disabled.
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r-- | ext/session/tests/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 7fe4afbfa7..52b3a248d4 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -1,7 +1,7 @@ --TEST-- session_set_save_handler test --FILE-- -<? +<?php error_reporting(~E_NOTICE); class handler { |