mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
ded3d984c6
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
9 lines
168 B
PHP
9 lines
168 B
PHP
--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>
|