From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     *General Issues
Bug description:  empty output with "echo <<<..."

If you try to output nothing with this construct:

echo <<<END
END;

the output "hangs". that means no output at all is delivered with these
statements and the page cannot be displayed.

If you insert a blank line to be echoed, like

echo <<<END

END;

then everything is OK

-- 
Edit bug report at http://bugs.php.net/?id=16388&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16388&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16388&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16388&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16388&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16388&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16388&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16388&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16388&r=submittedtwice

Reply via email to