php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12827 variable not defined problem
Submitted: 2001-08-18 14:28 UTC Modified: 2001-08-18 15:17 UTC
From: ondrej at burkacky dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.0.6 OS: Win2K SP2
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: ondrej at burkacky dot com
New email:
PHP Version: OS:

 

 [2001-08-18 14:28 UTC] ondrej at burkacky dot com
After I installed SP2 for Windows the folloeing problem occurs:
If I use:
<html><head></head><body>
<?
if (!$fehler):
echo "depp"
endif;
?>
</body></html>
the is alwas the failure:
Warning: Undefined variable: fehler in D:\web\chemiestudent.de\local\test.php on line 3

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 15:17 UTC] jmoore@php.net
Umm.. Lets just say this isnt a bug.. ask one of the support forums..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC