php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #200 Like #184 :)
Submitted: 1998-03-26 04:19 UTC Modified: 1998-03-27 06:05 UTC
From: lalex at msu dot net Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0 Latest CVS OS: Linux 2.0.33(RH4.2)
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: lalex at msu dot net
New email:
PHP Version: OS:

 

 [1998-03-26 04:19 UTC] lalex at msu dot net
<?
  if ( true )
    for($i = 0; $i < 1; $i++)
      echo $i;
  else
    echo "aa";
?>
The example cause parse error in line with 'else'
statement.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-27 06:05 UTC] zeev
Fixed.  We have to stop meeting like this :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 06:01:30 2024 UTC