ID: 17522 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Variables related Operating System: windows xp PHP Version: 4.2.0 New Comment:
Sorry, but the bug system is not the appropriate forum for asking support questions. Your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-05-30 06:16:54] [EMAIL PROTECTED] It's very simple : that dont work !!!!!!!!!! : <?php function foo1($x) { function foo2() { global $x; echo '$x =', $x, '<br>'; } } foo1(3); ?> when you are doing recursivity the globals variables are very very very important ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17522&edit=1
