|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-28 20:38 UTC] yohgaki@php.net
[2002-01-29 20:17 UTC] yohgaki@php.net
[2002-03-25 21:26 UTC] marcj at historia dot et dot tudelft dot nl
[2002-07-09 17:49 UTC] phpbug at takemeout dot ski-info-online dot com
[2002-07-10 02:11 UTC] derick@php.net
[2003-01-26 15:48 UTC] brannonsmith at yahoo dot com
[2010-12-31 20:13 UTC] jani@php.net
-Package: Feature/Change Request
+Package: Scripting Engine problem
-Operating System:
+Operating System: *
-PHP Version: 4.3.0
+PHP Version: *
[2015-01-08 22:16 UTC] ajf@php.net
-Status: Open
+Status: Wont fix
[2015-01-08 22:16 UTC] ajf@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 18:00:01 2025 UTC |
why must the closing tag be in column 1 ? i think it schould be enought that it stays in its own line. if($foo) { echo <<<EOF ... lots of text ... EOF; } looks very ugly and messes up all code beautifiers and autoindention.