45926 Documentation problem Documentation Problem atomo64@gmail.com Improper code interpretation without compound statement Description: ------------ Conditional statements resulting into non-php code (?> foo <?php) without compound statements are not properly interpreted. Reproduce code: --------------- <?php if (false) { ?>nothing here<?php } if (false) ?>oops, something here<?php ?> Expected result: ---------------- (no output) Actual result: -------------- oops, something here 5.2.6 linux 2.6 Not a bug 2008-08-26 17:05:54 2010-01-18 22:53:21 N N 1219770354 1263855201 0 php