|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-19 03:38 UTC] mfischer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 01:00:01 2026 UTC |
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.