|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 19:00:02 2025 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.