php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19728 Parse Error in bug-pwd-finder.php
Submitted: 2002-10-02 18:06 UTC Modified: 2002-10-02 20:55 UTC
From: sjon at sjondamon dot org Assigned:
Status: Closed Package: Website problem
PHP Version: 4.2.3 OS: N/A
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: sjon at sjondamon dot org
New email:
PHP Version: OS:

 

 [2002-10-02 18:06 UTC] sjon at sjondamon dot org
Parse error in bug-pwd-finder.php line 33.
Derick made a boo-boo. (Stoute Derick, Foei!) Instead of:
    if (empty($password) {
it should be:
    if (empty($password)) {

:)
Regards, Sjon.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-02 20:55 UTC] sniper@php.net
Fixed.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 29 07:01:31 2024 UTC