3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (isset($this->request->get['description'])) { $manufacturers = $this->model_catalog_manufacturer->getManufacturersBySearchDesc($search); } else { $manufacturers = $this->model_catalog_manufacturer->getManufacturersBySearch($search); } $this->data['manufacturer_filters'] = array(); $this->data['manufacturer_filters'][] = array( 'text' => $this->language->get('text_filter'), 'value' => '0', 'href' => $this->url->link('product/search', $url . '&manufacturer_filter=0') );
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 12
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jj66s
function name:  (null)
number of ops:  43
compiled vars:  !0 = $manufacturers, !1 = $search, !2 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_THIS                                       $3      
          1        FETCH_OBJ_IS                                     ~4      $3, 'request'
          2        FETCH_OBJ_IS                                     ~5      ~4, 'get'
          3        ISSET_ISEMPTY_DIM_OBJ                         0          ~5, 'description'
          4      > JMPZ                                                     ~6, ->12
    4     5    >   FETCH_THIS                                       $7      
          6        FETCH_OBJ_R                                      ~8      $7, 'model_catalog_manufacturer'
          7        INIT_METHOD_CALL                                         ~8, 'getManufacturersBySearchDesc'
          8        SEND_VAR_EX                                              !1
          9        DO_FCALL                                      0  $9      
         10        ASSIGN                                                   !0, $9
         11      > JMP                                                      ->18
    6    12    >   FETCH_THIS                                       $11     
         13        FETCH_OBJ_R                                      ~12     $11, 'model_catalog_manufacturer'
         14        INIT_METHOD_CALL                                         ~12, 'getManufacturersBySearch'
         15        SEND_VAR_EX                                              !1
         16        DO_FCALL                                      0  $13     
         17        ASSIGN                                                   !0, $13
    8    18    >   FETCH_THIS                                       $15     
         19        FETCH_OBJ_W                                      $16     $15, 'data'
         20        ASSIGN_DIM                                               $16, 'manufacturer_filters'
         21        OP_DATA                                                  <array>
   10    22        FETCH_THIS                                       $18     
   11    23        FETCH_THIS                                       $22     
         24        FETCH_OBJ_R                                      ~23     $22, 'language'
         25        INIT_METHOD_CALL                                         ~23, 'get'
         26        SEND_VAL_EX                                              'text_filter'
         27        DO_FCALL                                      0  $24     
         28        INIT_ARRAY                                       ~25     $24, 'text'
   12    29        ADD_ARRAY_ELEMENT                                ~25     '0', 'value'
   13    30        FETCH_THIS                                       $26     
         31        FETCH_OBJ_R                                      ~27     $26, 'url'
         32        INIT_METHOD_CALL                                         ~27, 'link'
         33        SEND_VAL_EX                                              'product%2Fsearch'
         34        CONCAT                                           ~28     !2, '%26manufacturer_filter%3D0'
         35        SEND_VAL_EX                                              ~28
         36        DO_FCALL                                      0  $29     
         37        ADD_ARRAY_ELEMENT                                ~25     $29, 'href'
   10    38        FETCH_OBJ_W                                      $19     $18, 'data'
         39        FETCH_DIM_W                                      $20     $19, 'manufacturer_filters'
         40        ASSIGN_DIM                                               $20
   13    41        OP_DATA                                                  ~25
   14    42      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.58 ms | 1399 KiB | 13 Q