summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2001-10-06 09:54:23 +0000
committerEdin Kadribasic <edink@php.net>2001-10-06 09:54:23 +0000
commit2ebefcf3b92df6626678c80b07017184c2679f89 (patch)
treeb36c514c02a872c1451d06aabc54ffe18f9b793d
parent26389258bb11112bce04a232d56384a3150d5fc5 (diff)
downloadphp-git-2ebefcf3b92df6626678c80b07017184c2679f89.tar.gz
Made session test pass on systems with short open tags disabled.
-rw-r--r--ext/session/tests/001.phpt2
-rw-r--r--ext/session/tests/002.phpt2
-rw-r--r--ext/session/tests/003.phpt2
-rw-r--r--ext/session/tests/004.phpt2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/001.phpt b/ext/session/tests/001.phpt
index aac17cb3d5..d105cc7fe8 100644
--- a/ext/session/tests/001.phpt
+++ b/ext/session/tests/001.phpt
@@ -1,7 +1,7 @@
--TEST--
Session Object Serialization
--FILE--
-<?
+<?php
class foo {
var $bar = "ok";
diff --git a/ext/session/tests/002.phpt b/ext/session/tests/002.phpt
index 60ece0dc96..0ad61cc926 100644
--- a/ext/session/tests/002.phpt
+++ b/ext/session/tests/002.phpt
@@ -1,7 +1,7 @@
--TEST--
session_unset() without any session
--FILE--
-<?
+<?php
session_unset();
print "ok\n";
--GET--
diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt
index 5401a2d0ba..3e2a5d3395 100644
--- a/ext/session/tests/003.phpt
+++ b/ext/session/tests/003.phpt
@@ -1,7 +1,7 @@
--TEST--
Session Object Deserialization
--FILE--
-<?
+<?php
class foo {
var $bar = "ok";
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 {