3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Settings { const STRING = 'mycadena'; public static $INT = 123; public static $FLOAT = 5.87; public static $LANG = array ( 0 => 'a', 1 => 'b', ); public static $CONCATENATE = 'C:\wamp\www\settings\5.87'; public static $CONCATENAT2 = 'C:\wamp\www\settings\b'; function __get($name) { echo 'aa'; } } echo SETTINGS::$INT;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YWame
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   26     0  E >   FETCH_STATIC_PROP_R          unknown             ~0      'INT'
          1        ECHO                                                     ~0
          2      > RETURN                                                   1

Class Settings:
Function __get:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YWame
function name:  __get
number of ops:  3
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   RECV                                             !0      
   19     1        ECHO                                                     'aa'
   20     2      > RETURN                                                   null

End of function __get

End of class Settings.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.12 ms | 1396 KiB | 14 Q