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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

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