Edit report at https://bugs.php.net/bug.php?id=60872&edit=1

 ID:                 60872
 Updated by:         johan...@php.net
 Reported by:        mantoxpub at people dot it
 Summary:            server-side comment tag
-Status:             Open
+Status:             Wont fix
 Type:               Feature/Change Request
 Package:            Scripting Engine problem
 Operating System:   Linux
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

As said you can duse // or /* */ comments. Extending the grammar by this forces 
people to learn more things without much benefit.


Previous Comments:
------------------------------------------------------------------------
[2012-01-26 03:57:45] carloschilazo at gmail dot com

Why not use

/*
comment
*/

or // comment

?

------------------------------------------------------------------------
[2012-01-24 19:16:02] mantoxpub at people dot it

Description:
------------
---
>From manual page: http://www.php.net/language.basic-syntax.comments
---

what about supporting server-side comment tag?



Test script:
---------------
<%-- this is a server-side comment. --%>

Expected result:
----------------
(nothing :)

Actual result:
--------------
<%-- this is a server-side comment. --%>


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



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

Reply via email to