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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 - 20 = ?
Subscribe to this entry?

 
 [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: Mon Jul 01 10:01:29 2024 UTC