3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { static function hello(){ echo "Hello World\n"; } } $x = 'hello'; $y[0] = 'hello'; A::$x(); A::{$y[0]}();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RWVNm
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x, !1 = $y
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   ASSIGN                                                   !0, 'hello'
   10     1        ASSIGN_DIM                                               !1, 0
          2        OP_DATA                                                  'hello'
   12     3        INIT_STATIC_METHOD_CALL                                  'A', !0
          4        DO_FCALL                                      0          
   13     5        FETCH_DIM_R                                      ~5      !1, 0
          6        INIT_STATIC_METHOD_CALL                                  'A', ~5
          7        DO_FCALL                                      0          
          8      > RETURN                                                   1

Class A:
Function hello:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RWVNm
function name:  hello
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ECHO                                                     'Hello+World%0A'
    6     1      > RETURN                                                   null

End of function hello

End of class A.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.91 ms | 1393 KiB | 13 Q