ID:               41217
 Updated by:       [EMAIL PROTECTED]
 Reported By:      skchandon at skchandon dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Output Control
 Operating System: Windows IIS ISAPi DLL
 PHP Version:      5.2.1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2007-04-27 19:19:45] skchandon at skchandon dot com

Description:
------------
The following code generates error:
<?php
 print <<<BODYHTML(space/tab character) 
this is something oh yeah <b>something again</b> 
BODYHTML;(space/tab character)
?>
the above code generates the following error:

Parse error: parse error, unexpected T_SL in
C:\php_prog\toad\test\bug_test.php on line 3

Removing the space characters gets rid of the problem.



Reproduce code:
---------------
<?php
 print <<<BODYHTML(space/tab character) 
this is something oh yeah <b>something again</b> 
BODYHTML;(space/tab character)
?>

Expected result:
----------------
this is something oh yeah <b>something again</b> 

Actual result:
--------------
Parse error: parse error, unexpected T_SL in
C:\php_prog\toad\test\bug_test.php on line 3


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41217&edit=1

Reply via email to