3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Foo { static $bar = 'baz'; } class FortyTwo extends Foo { function test() { var_dump(self::$bar); } } (new FortyTwo)->test();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GotZ4
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   13     0  E >   NEW                                                  $0      'FortyTwo'
          1        DO_FCALL                                          0          
          2        INIT_METHOD_CALL                                             $0, 'test'
          3        DO_FCALL                                          0          
          4      > RETURN                                                       1

Class Foo: [no user functions]
Class FortyTwo:
Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GotZ4
function name:  test
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                                   'var_dump'
          1        FETCH_STATIC_PROP_R              global lock         ~0      'bar'
          2        SEND_VAL                                                     ~0
          3        DO_ICALL                                                     
   10     4      > RETURN                                                       null

End of function test

End of class FortyTwo.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.68 ms | 2043 KiB | 14 Q