3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { private function _onInit() { echo 'inited'; } } $initCallback = function () { $this->_onInit(); }; $foo = new Foo(); $initCallback = Closure::bind($initCallback,$foo,$foo); $initCallback();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cQT38
function name:  (null)
number of ops:  14
compiled vars:  !0 = $initCallback, !1 = $foo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FcQT38%3A10%240'
          1        ASSIGN                                                   !0, ~2
   14     2        NEW                                              $4      'Foo'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $4
   15     5        INIT_STATIC_METHOD_CALL                                  'Closure', 'bind'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !1
          9        DO_FCALL                                      0  $7      
         10        ASSIGN                                                   !0, $7
   17    11        INIT_DYNAMIC_CALL                                        !0
         12        DO_FCALL                                      0          
         13      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FcQT38%3A10%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cQT38
function name:  {closure}
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   FETCH_THIS                                       $0      
          1        INIT_METHOD_CALL                                         $0, '_onInit'
          2        DO_FCALL                                      0          
   12     3      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FcQT38%3A10%240

Class Foo:
Function _oninit:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cQT38
function name:  _onInit
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ECHO                                                     'inited'
    7     1      > RETURN                                                   null

End of function _oninit

End of class Foo.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.58 ms | 1394 KiB | 13 Q