3v4l.org

run code in 300+ PHP versions simultaneously
<?php //define('CACHE', '123'); class test { const C = CACHE; function __construct() { echo self::C; } } new test(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aeSlJ
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   NEW                                              $0      'test'
          1        DO_FCALL                                      0          
          2        FREE                                                     $0
   15     3      > RETURN                                                   1

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

End of function __construct

End of class test.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.36 ms | 1392 KiB | 13 Q