php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10559 commenting php closing tag
Submitted: 2001-04-30 05:25 UTC Modified: 2001-04-30 05:34 UTC
From: halfar at bestbytes dot de Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.4pl1 OS: LINUX
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: halfar at bestbytes dot de
New email:
PHP Version: OS:

 

 [2001-04-30 05:25 UTC] halfar at bestbytes dot de
Is it a bug or a feature

this one will ignore the closing php tag
-------cut here---------
<?php

foofoofoo();
...

/*  ?>  */
------------------------

...whereas this won't:

-------cut here---------
<?php
echo "yahooooo!";  # ?>
------------------------



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC