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
Have you experienced this issue?
Rate the importance of this bug to you:

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