3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('PUBLIC_PATH',ROOT_PATH.'/public/'); define('ASSETS'.PUBLIC_PATH,[ 'css' => 'css/', 'js' => 'js/', 'img' => 'img/', ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IZ21Y
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'PUBLIC_PATH'
          2        FETCH_CONSTANT                                   ~0      'ROOT_PATH'
          3        CONCAT                                           ~1      ~0, '%2Fpublic%2F'
          4        SEND_VAL                                                 ~1
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'define'
          7        FETCH_CONSTANT                                   ~3      'PUBLIC_PATH'
          8        CONCAT                                           ~4      'ASSETS', ~3
          9        SEND_VAL                                                 ~4
    5    10        SEND_VAL                                                 <array>
         11        DO_ICALL                                                 
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.4 ms | 1394 KiB | 15 Q