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/hSXme
function name:  (null)
number of ops:  16
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                                           ~12     'realty', !1
         10        CONCAT                                           ~13     ~12, '_'
         11        CONCAT                                           ~14     ~13, !2
         12        CONCAT                                           ~15     ~14, '_search.xml'
         13        FETCH_DIM_W                                      $16     !0, ~15
         14        ASSIGN_REF                                               !4, $16
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.49 ms | 1384 KiB | 13 Q