]> granicus.if.org Git - php/commitdiff
Made session test pass on systems with short open tags disabled.
authorEdin Kadribasic <edink@php.net>
Sat, 6 Oct 2001 09:54:23 +0000 (09:54 +0000)
committerEdin Kadribasic <edink@php.net>
Sat, 6 Oct 2001 09:54:23 +0000 (09:54 +0000)
ext/session/tests/001.phpt
ext/session/tests/002.phpt
ext/session/tests/003.phpt
ext/session/tests/004.phpt

index aac17cb3d5a9330ec18188c11115c99bec4d1827..d105cc7fe860913564872354a36c8dd1c113fb67 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Session Object Serialization
 --FILE--
-<?
+<?php
 
 class foo {
        var $bar = "ok";
index 60ece0dc968ad102702dfc12a4d67fe99d3946ce..0ad61cc926d6931af70d233785bbbcb74212d4f6 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 session_unset() without any session
 --FILE--
-<?
+<?php
 session_unset();
 print "ok\n";
 --GET--
index 5401a2d0baee1dc08c51fcb9c260998be2884fef..3e2a5d33957f66abba65392558e97433c9ff815e 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Session Object Deserialization
 --FILE--
-<?
+<?php
 
 class foo {
        var $bar = "ok";
index 7fe4afbfa78e4af6a38a11ea17acce916511d6a9..52b3a248d49ff65c5b97da69527a9fe9df7df90c 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 session_set_save_handler test
 --FILE--
-<?
+<?php
 error_reporting(~E_NOTICE);
 
 class handler {