summaryrefslogtreecommitdiff
path: root/Zend/tests/bug55445.phpt
blob: 0f36ac5d8861640c27f6f978209caddeb95dfc96 (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #55445 (Lexer error with short open tags)
--INI--
short_open_tag=0
--FILE--
<?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
--EXPECTF--
<p>Welcome chris</p>