|   | 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 Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 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.