3v4l.org

run code in 300+ PHP versions simultaneously
<?php $region = 777; $cat = 'category_string'; $projects['realty' . $region . '_' . $cat . '_search.xml'] = [[ 'type' => 'urls', 'urls' => $urls ]]; $project = &$projects['realty' . $region . '_' . $cat . '_search.xml'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8a9tS
function name:  (null)
number of ops:  18
compiled vars:  !0 = $region, !1 = $cat, !2 = $projects, !3 = $urls, !4 = $project
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 777
    3     1        ASSIGN                                                   !1, 'category_string'
    4     2        CONCAT                                           ~7      'realty', !0
          3        CONCAT                                           ~8      ~7, '_'
          4        CONCAT                                           ~9      ~8, !1
          5        CONCAT                                           ~10     ~9, '_search.xml'
    5     6        INIT_ARRAY                                       ~12     'urls', 'type'
    6     7        ADD_ARRAY_ELEMENT                                ~12     !3, 'urls'
          8        INIT_ARRAY                                       ~13     ~12
    4     9        ASSIGN_DIM                                               !2, ~10
    6    10        OP_DATA                                                  ~13
    8    11        CONCAT                                           ~14     'realty', !0
         12        CONCAT                                           ~15     ~14, '_'
         13        CONCAT                                           ~16     ~15, !1
         14        CONCAT                                           ~17     ~16, '_search.xml'
         15        FETCH_DIM_W                                      $18     !2, ~17
         16        ASSIGN_REF                                               !4, $18
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.46 ms | 1393 KiB | 13 Q