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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 03:01:28 2025 UTC