mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
9 lines
188 B
PHP
9 lines
188 B
PHP
--TEST--
|
|
Bug #45147 (unexpected T_ENDFOR)
|
|
--FILE--
|
|
<?php for ($i = 0; $i == 0; $i++): ?>
|
|
<?php if (true): ?>#<?php else: ?>#<?php endif; ?>
|
|
<?php endfor; ?>
|
|
--EXPECT--
|
|
#
|