xref: /PHP-5.5/Zend/tests/bug55445.phpt (revision cb8d6198)
1--TEST--
2Bug #55445 (Lexer error with short open tags)
3--INI--
4short_open_tag=0
5--FILE--
6<?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
7--EXPECTF--
8<p>Welcome chris</p>
9