I think I've found a print_r bug with reference recursion. The
following example script runs forever:
<?php
$GLOBALS['foo'] = &$GLOBALS;
print_r($GLOBALS);
?>
Am I correct in thinking this is a bug that should be reported?
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Print_r bug? Leif K-Brooks
- Re: [PHP] Print_r bug? Johannes Schlueter
- Re: [PHP] Print_r bug? Leif K-Brooks