|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-12 13:57 UTC] ahristov at icygen dot com
[2012-09-22 09:13 UTC] nikic@php.net
-Status: Open
+Status: Closed
-Package: Feature/Change Request
+Package: *General Issues
-Assigned To:
+Assigned To: nikic
[2012-09-22 09:13 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 17:00:01 2025 UTC |
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 } } }