From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: PHP3 semantics have been retained for nested functions
container (); a script to reproduce the error quickly. function container () { function nested_php3 () { echo "this will be output"; } nested_php3 (); nested_php4 (); function nested_php4 () { echo "this won't be output"; } } -- Edit bug report at: http://bugs.php.net/?id=13568&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]