3v4l.org

run code in 300+ PHP versions simultaneously
<?php $region = 777; $cat = 'category_string'; $urls = ['1', '2', '3', 'abc']; $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/U4W8P
function name:  (null)
number of ops:  19
compiled vars:  !0 = $region, !1 = $cat, !2 = $urls, !3 = $projects, !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        ASSIGN                                                   !2, <array>
    5     3        CONCAT                                           ~8      'realty', !0
          4        CONCAT                                           ~9      ~8, '_'
          5        CONCAT                                           ~10     ~9, !1
          6        CONCAT                                           ~11     ~10, '_search.xml'
    6     7        INIT_ARRAY                                       ~13     'urls', 'type'
    7     8        ADD_ARRAY_ELEMENT                                ~13     !2, 'urls'
          9        INIT_ARRAY                                       ~14     ~13
    5    10        ASSIGN_DIM                                               !3, ~11
    7    11        OP_DATA                                                  ~14
    9    12        CONCAT                                           ~15     'realty', !0
         13        CONCAT                                           ~16     ~15, '_'
         14        CONCAT                                           ~17     ~16, !1
         15        CONCAT                                           ~18     ~17, '_search.xml'
         16        FETCH_DIM_W                                      $19     !3, ~18
         17        ASSIGN_REF                                               !4, $19
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.5 ms | 1394 KiB | 13 Q