3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Fruits { const FRUITS = 'apple '; public static $fruits = 'grape '; function test() { echo self::FRUITS; echo self::$fruits; } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Avkgp
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   1

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

End of function test

End of class Fruits.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.3 ms | 1392 KiB | 13 Q