ID: 13568
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Old Operating System: Linux 2.2.19
Operating System: Linux
Old PHP Version: 4.0.5
PHP Version: 4.10
New Comment:
Parhaps, ZE2 should depreciate this syntax.
I really want BNF for PHP.
Previous Comments:
------------------------------------------------------------------------
[2001-10-05 14:56:31] [EMAIL PROTECTED]
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 this 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]