9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
|
--TEST--
|
||
|
|
Bug #55445 (Lexer error with short open tags)
|
||
|
|
--INI--
|
||
|
|
short_open_tag=0
|
||
|
|
--FILE--
|
||
|
|
<?php $u = "chris"; ?><p>Welcome <?= $u ?></p>
|
||
|
|
--EXPECT--
|
||
|
|
<p>Welcome chris</p>
|