php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9679 undefined variable
Submitted: 2001-03-11 02:35 UTC Modified: 2002-07-17 18:03 UTC
From: emir_p at yahoo dot com Assigned:
Status: Not a bug Package: Variables related
PHP Version: 4.0.4pl1 OS: W2K
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: emir_p at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-03-11 02:35 UTC] emir_p at yahoo dot com
Warning: Undefined variable: currYear in c:\inetpub\wwwroot\calendar\month.view.php on line 29
this is the code that is causing this
if(!$currYear) { $currYear = date("Y"); }

I found some examples that have $variable++ but the variable is not predefined, and some other examples like
if (!$submit) {} also give warnings "undefined variable"...
On a couple of forums I've found the same problem, but no solution..is it a configuration problem or a bug???? People that wrote those examples did not seem to have those problems.
thanks for help

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-17 17:57 UTC] Bas at Synthetical dot com
Solution?????
 [2002-07-17 18:03 UTC] cynic@php.net
1) way too old PHP version
2) user error, FAQ

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC