MFH:- Better descriptions for these tests

This commit is contained in:
Jani Taskinen 2008-12-09 16:05:49 +00:00
parent f2c711b132
commit e967b0fec9
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--TEST--
short tags
short_open_tag: On
--INI--
short_open_tag=on
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
short tags
short_open_tag: Off
--INI--
short_open_tag=off
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
tags
short_open_tag: On, asp_tags: On
--INI--
short_open_tag=on
asp_tags=on

View File

@ -1,5 +1,5 @@
--TEST--
tags
short_open_tag: Off, asp_tags: Off
--INI--
short_open_tag=off
asp_tags=off
@ -34,4 +34,4 @@ $a = 'This gets echoed twice';
<? $b=3; ?>
Notice: Undefined variable: b in %s on line %d
Notice: Undefined variable: b in %s on line %d