php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15614 get_defined_constants() crashs
Submitted: 2002-02-19 03:24 UTC Modified: 2002-02-19 03:38 UTC
From: bjoern at baer dot main dot de Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.1.1 OS: Windows NT 4.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: bjoern at baer dot main dot de
New email:
PHP Version: OS:

 

 [2002-02-19 03:24 UTC] bjoern at baer dot main dot de
PHP 4.1.1 crashs when print_r'ing get_defined_constants():

<?php
  define("DBHOST","localhost");

  $a = get_defined_constants();
?>

Same problem with:

<?php
  define("DBHOST","localhost");

  print_r(get_defined_constants());
?>

Dr. Watson gets up.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-19 03:38 UTC] mfischer@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 05:01:28 2024 UTC