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
 [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: Fri May 03 01:01:33 2024 UTC