| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2018-05-05 21:03 UTC] requinix@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: requinix
  [2018-05-05 21:03 UTC] requinix@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 10:00:02 2025 UTC | 
Description: ------------ Would be handy if "as" or something similar could be used in closures to allow for easy passing of class properties. e.g. $callback = function() use ($this as $_this) { }; $callback = function() use ($this->prop1 as $prop) { };