3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(ticks=1); $name = "phppan"; echo $name; class Tipi { public function test() { echo "test"; } } function f_tipi() { }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HOX51
function name:  (null)
number of ops:  6
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   TICKS                                                    
    3     1        ASSIGN                                                   !0, 'phppan'
          2        TICKS                                                    
    4     3        ECHO                                                     !0
          4        TICKS                                                    
   11     5      > RETURN                                                   1

Function f_tipi:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HOX51
function name:  f_tipi
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E > > RETURN                                                   null

End of function f_tipi

Class Tipi:
Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HOX51
function name:  test
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ECHO                                                     'test'
          1        TICKS                                                    
    8     2      > RETURN                                                   null

End of function test

End of class Tipi.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.1 ms | 1384 KiB | 13 Q