php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2083 Unitialised varibale problems
Submitted: 1999-08-17 05:13 UTC Modified: 2000-07-18 10:45 UTC
From: drew at elysium dot ltd dot uk Assigned:
Status: Closed Package: Other
PHP Version: 3.0.12 OS: Linux RH 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: drew at elysium dot ltd dot uk
New email:
PHP Version: OS:

 

 [1999-08-17 05:13 UTC] drew at elysium dot ltd dot uk
This following snippet does not produce an error as it used to on PHP3.0.7 :-

<? $x = $y; ?>

Rgds Drew

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-18 10:45 UTC] hholzgra at cvs dot php dot net
in php 4 you will get a warning if E_NOTICE 
reporting is enabled:

PHP Warning:  Undefined variable:  y in - on line 1

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 18:01:32 2024 UTC