mirror of
https://github.com/php/php-src.git
synced 2025-01-03 09:23:42 +08:00
11 lines
235 B
PHP
11 lines
235 B
PHP
--TEST--
|
|
Bug #45147 (unexpected T_ENDFOR)
|
|
--XFAIL--
|
|
http://bugs.php.net/bug.php?id=45147
|
|
--FILE--
|
|
<?php for ($i = 0; $i == 0; $i++): ?>
|
|
<?php if (true): ?>#<?php else: ?>#<?php endif; ?>
|
|
<?php endfor; ?>
|
|
--EXPECT--
|
|
#
|