| Current Path : /hdd/hdd21/main/php/php-7.3.1/Zend/tests/ |
| Current File : //hdd/hdd21/main/php/php-7.3.1/Zend/tests/bug55445.phpt |
--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>