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
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: 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

Pull Requests

History

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

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 14:00:03 2025 UTC