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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 12:01:27 2024 UTC