- Better descriptions for these tests

This commit is contained in:
Jani Taskinen 2008-12-09 16:05:33 +00:00
parent 0b5a2208b6
commit d91b923c7d
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