Browse Source

MFH:- Better descriptions for these tests

experimental/5.3-FPM
Jani Taskinen 18 years ago
parent
commit
e967b0fec9
  1. 2
      tests/lang/short_tags.001.phpt
  2. 2
      tests/lang/short_tags.002.phpt
  3. 2
      tests/lang/short_tags.003.phpt
  4. 4
      tests/lang/short_tags.004.phpt

2
tests/lang/short_tags.001.phpt

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

2
tests/lang/short_tags.002.phpt

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

2
tests/lang/short_tags.003.phpt

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

4
tests/lang/short_tags.004.phpt

@ -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
Loading…
Cancel
Save