summaryrefslogtreecommitdiff
path: root/tests/lang/short_tags.001.phpt
blob: 522018e3068fa5b51a4ce3fad8da3842d512f130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
short_open_tag: On
--INI--
short_open_tag=on
--FILE--
<?
echo "Used a short tag\n";
?>
Finished
--EXPECT--
Used a short tag
Finished