3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { static $f = 'AAA'; } echo "11${A::$f}22";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0GMG8
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ROPE_INIT                                     3  ~3      '11'
          1        FETCH_STATIC_PROP_R          unknown             ~0      'f'
          2        FETCH_R                      local               ~1      ~0
          3        ROPE_ADD                                      1  ~3      ~3, ~1
          4        ROPE_END                                      2  ~2      ~3, '22'
          5        ECHO                                                     ~2
          6      > RETURN                                                   1

Class A: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.47 ms | 1392 KiB | 13 Q