From:             [EMAIL PROTECTED]
Operating system: Windows NT 4.0
PHP version:      4.1.1
PHP Bug Type:     Reproducible crash
Bug description:  get_defined_constants() crashs

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.
-- 
Edit bug report at http://bugs.php.net/?id=15614&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15614&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15614&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15614&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15614&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15614&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15614&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15614&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15614&r=submittedtwice

Reply via email to