php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9835 problems with multiple /* comments
Submitted: 2001-03-19 06:54 UTC Modified: 2001-03-19 06:57 UTC
From: tf at tfromm dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.3pl1 OS: linux
Private report: No CVE-ID: None
 [2001-03-19 06:54 UTC] tf at tfromm dot com
seems, that the parser has problems with different /* */
in the source e.G. 

...
/*
...
$req="select /*+FIRST_ROWS */ from foo ...";
...
*/

from other language (java, c++ ... ) i know, thats works normally, so it seems to be a bug in php parser...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-19 06:57 UTC] stas@php.net
Yes, PHP does not support nested comments.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 21 23:01:27 2024 UTC