3v4l.org

run code in 300+ PHP versions simultaneously
<?php $r = new ReflectionMethod($o, 'method'); $c = Closure::bind($r->getClosure($o), new stdClass());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QGUTq
function name:  (null)
number of ops:  16
compiled vars:  !0 = $r, !1 = $o, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $3      'ReflectionMethod'
          1        SEND_VAR_EX                                              !1
          2        SEND_VAL_EX                                              'method'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !0, $3
    4     5        INIT_STATIC_METHOD_CALL                                  'Closure', 'bind'
          6        INIT_METHOD_CALL                                         !0, 'getClosure'
          7        SEND_VAR_EX                                              !1
          8        DO_FCALL                                      0  $6      
          9        SEND_VAR                                                 $6
         10        NEW                                              $7      'stdClass'
         11        DO_FCALL                                      0          
         12        SEND_VAR                                                 $7
         13        DO_FCALL                                      0  $9      
         14        ASSIGN                                                   !2, $9
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.11 ms | 1397 KiB | 13 Q