php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33555 Unnormal completion PHP 5.1.b0
Submitted: 2005-07-03 18:54 UTC Modified: 2005-07-11 01:00 UTC
From: autosoft at ua dot fm Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.4 OS: WinXP SP1
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: autosoft at ua dot fm
New email:
PHP Version: OS:

 

 [2005-07-03 18:54 UTC] autosoft at ua dot fm
Description:
------------
It is a code which is normally executed in PHP 5.0.4
But he causes the unnormal completion PHP 5.1.b0


Reproduce code:
---------------
$essence = "goods"; 

global ${"{$essence}_SHOW_ID"}; 

if (isset(${"{$essence}_SHOW_ID"}))
echo "a"; else echo "b";


Expected result:
----------------
Normal work this script in PHP 5.1b0

Actual result:
--------------
Unnormal completion PHP 5.1.b0
It is exact error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-03 20:57 UTC] nlopess@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2005-07-11 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC