3v4l.org

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

Class MySplFileInfo:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9YBCo
function name:  __construct
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_STATIC_METHOD_CALL                                  
          1        DO_FCALL                                      0          
    5     2      > RETURN                                                   null

End of function __construct

End of class MySplFileInfo.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.21 ms | 1393 KiB | 13 Q