3v4l.org

run code in 300+ PHP versions simultaneously
<?php class S extends DateTime { public static function a() { call_user_func_array('parent::createFromFormat', func_get_args()); } } S::a('a','a');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A45Fb
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_STATIC_METHOD_CALL                                  'S', 'a'
          1        SEND_VAL                                                 'a'
          2        SEND_VAL                                                 'a'
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1

Class S:
Function a:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A45Fb
function name:  a
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_USER_CALL                                0          'call_user_func_array', 'parent%3A%3AcreateFromFormat'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_ARRAY                                               ~0
          3        CHECK_UNDEF_ARGS                                         
          4        DO_FCALL                                      0          
    7     5      > RETURN                                                   null

End of function a

End of class S.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.63 ms | 1397 KiB | 13 Q