From: [EMAIL PROTECTED]
Operating system: bsd
PHP version: 4.1.2
PHP Bug Type: Feature/Change Request
Bug description: nested function in functions within a class
It would be helpfull to be able to
use nested functions inside a function thats in a class.
For example...
clase something {
function test1() {
do something here
// quick function to make code smaller
function test2() {
do more here
}
}
}
--
Edit bug report at http://bugs.php.net/?id=16979&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16979&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16979&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16979&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16979&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16979&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16979&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16979&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16979&r=submittedtwice