3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1 ^ E_STRICT); class A { function B() { var_dump($this); } static function C() { static::B(); var_dump($this); } } A::C();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gj7G
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -2049
          2        DO_ICALL                                                 
   14     3        INIT_STATIC_METHOD_CALL                                  'A', 'C'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class A:
Function b:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gj7G
function name:  B
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_THIS                                       ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    6     4      > RETURN                                                   null

End of function b

Function c:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gj7G
function name:  C
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_STATIC_METHOD_CALL                                  'B'
          1        DO_FCALL                                      0          
   10     2        INIT_FCALL                                               'var_dump'
          3        FETCH_THIS                                       ~1      
          4        SEND_VAL                                                 ~1
          5        DO_ICALL                                                 
   11     6      > RETURN                                                   null

End of function c

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.33 ms | 1387 KiB | 17 Q