ID: 11507
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: FreeBSD
PHP Version: 4.0.5
New Comment:
ZendEngine2 supports namespaces.
Functions within function namespace will not be required with
namespace.
Prev
ID: 11507
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating system: FreeBSD
PHP Version: 4.0.5
Description: Function within a function namespace
Here's another simple example that causes a parse error.
function add_number($num)
{
function add_one($
ID: 11507
User Update by: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: *Programming Data Structures
Bug Type: Feature/Change Request
Operating system: FreeBSD
PHP Version: 4.0.5
Description: Function within a function namespace
My point here is that a function's name called within a function sh
ID: 11507
User Update by: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Feature/Change Request
Bug Type: *Programming Data Structures
Operating system: FreeBSD
PHP Version: 4.0.5
Description: Function within a function namespace
Previous Comments:
ID: 11507
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Scripting Engine problem
Bug Type: Feature/Change Request
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
Why not do somthing sensible like call a function that creates an array of callback
refer