3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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/iEgIE
function name:  (null)
number of ops:  17
compiled vars:  !0 = $projects, !1 = $region, !2 = $cat, !3 = $urls, !4 = $project
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   CONCAT                                           ~5      'realty', !1
          1        CONCAT                                           ~6      ~5, '_'
          2        CONCAT                                           ~7      ~6, !2
          3        CONCAT                                           ~8      ~7, '_search.xml'
    3     4        INIT_ARRAY                                       ~10     'urls', 'type'
    4     5        ADD_ARRAY_ELEMENT                                ~10     !3, 'urls'
          6        INIT_ARRAY                                       ~11     ~10
    2     7        ASSIGN_DIM                                               !0, ~8
    4     8        OP_DATA                                                  ~11
    6     9        CONCAT                                           ~13     'realty', !1
         10        CONCAT                                           ~14     ~13, '_'
         11        CONCAT                                           ~15     ~14, !2
         12        CONCAT                                           ~16     ~15, '_search.xml'
         13        FETCH_W                      local               $12     !0
         14        FETCH_DIM_W                                      $17     $12, ~16
         15        ASSIGN_REF                                               !4, $17
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.1 ms | 1393 KiB | 13 Q