3v4l.org

run code in 500+ PHP versions simultaneously
<?php class A { private static int $a = 1; public static function test() { var_dump(static::$a); } } class B extends A { private static int $a = 2; } B::test();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y6lZ7
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   15     0  E >   INIT_STATIC_METHOD_CALL                                      'B', 'test'
          1        DO_FCALL                                          0          
          2      > RETURN                                                       1

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

End of function test

End of class A.

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

End of function test

End of class B.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.15 ms | 1343 KiB | 14 Q