3v4l.org

run code in 300+ PHP versions simultaneously
<?php class UnserializeExceptionArrayObjectAsset extends ArrayObject { public function __wakeup() { throw new BadMethodCallException; } } $r = new ReflectionClass('MapIterator'); $r->newInstanceWithoutConstructor();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GON2s
function name:  (null)
number of ops:  7
compiled vars:  !0 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   NEW                                              $1      'ReflectionClass'
          1        SEND_VAL_EX                                              'MapIterator'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $1
    9     4        INIT_METHOD_CALL                                         !0, 'newInstanceWithoutConstructor'
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

Class UnserializeExceptionArrayObjectAsset:
Function __wakeup:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/GON2s
function name:  __wakeup
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   NEW                                              $0      'BadMethodCallException'
          1        DO_FCALL                                      0          
          2      > THROW                                         0          $0
          3*     > RETURN                                                   null

End of function __wakeup

End of class UnserializeExceptionArrayObjectAsset.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.62 ms | 1393 KiB | 13 Q