mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
- New test
This commit is contained in:
parent
ecbecbc60b
commit
61f82b7b2f
10
Zend/tests/bug45147.phpt
Normal file
10
Zend/tests/bug45147.phpt
Normal file
@ -0,0 +1,10 @@
|
||||
--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--
|
||||
#
|
Loading…
Reference in New Issue
Block a user