3v4l.org

run code in 300+ PHP versions simultaneously
<?php $reflection = new ReflectionObject($proxy); $parentReflection = $reflection->getParentClass(); $parentConstructor = $parentReflection->getMethod('__construct'); $parentConstructor->invoke($proxy);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fMMij
function name:  (null)
number of ops:  15
compiled vars:  !0 = $reflection, !1 = $proxy, !2 = $parentReflection, !3 = $parentConstructor
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $4      'ReflectionObject'
          1        SEND_VAR_EX                                              !1
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $4
    3     4        INIT_METHOD_CALL                                         !0, 'getParentClass'
          5        DO_FCALL                                      0  $7      
          6        ASSIGN                                                   !2, $7
    4     7        INIT_METHOD_CALL                                         !2, 'getMethod'
          8        SEND_VAL_EX                                              '__construct'
          9        DO_FCALL                                      0  $9      
         10        ASSIGN                                                   !3, $9
    5    11        INIT_METHOD_CALL                                         !3, 'invoke'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0          
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.54 ms | 1393 KiB | 13 Q