3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ("film-pro-lie" === $subField->fieldname) { $table->load($article_id); echo HTMLHelper::link( Route::_( "index.php?" . http_build_query([ 'option' => 'com_content', 'view' => 'article', 'id' => $field_value["row0"]["field110"], 'catid' => $table->catid, ]) ), sprintf( '%s (%s)', $subField->value, (array) implode(", ", $field_value["row0"]["field112"]) ) ); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 38
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
filename:       /in/aZufi
function name:  (null)
number of ops:  39
compiled vars:  !0 = $subField, !1 = $table, !2 = $article_id, !3 = $field_value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_OBJ_R                                      ~4      !0, 'fieldname'
          1        IS_IDENTICAL                                             ~4, 'film-pro-lie'
          2      > JMPZ                                                     ~5, ->38
    4     3    >   INIT_METHOD_CALL                                         !1, 'load'
          4        SEND_VAR_EX                                              !2
          5        DO_FCALL                                      0          
    5     6        INIT_STATIC_METHOD_CALL                                  'HTMLHelper', 'link'
    6     7        INIT_STATIC_METHOD_CALL                                  'Route', '_'
    7     8        INIT_FCALL                                               'http_build_query'
    8     9        INIT_ARRAY                                       ~7      'com_content', 'option'
    9    10        ADD_ARRAY_ELEMENT                                ~7      'article', 'view'
   10    11        FETCH_DIM_R                                      ~8      !3, 'row0'
         12        FETCH_DIM_R                                      ~9      ~8, 'field110'
         13        ADD_ARRAY_ELEMENT                                ~7      ~9, 'id'
   11    14        FETCH_OBJ_R                                      ~10     !1, 'catid'
         15        ADD_ARRAY_ELEMENT                                ~7      ~10, 'catid'
         16        SEND_VAL                                                 ~7
    7    17        DO_ICALL                                         $11     
   11    18        CONCAT                                           ~12     'index.php%3F', $11
         19        SEND_VAL_EX                                              ~12
    6    20        DO_FCALL                                      0  $13     
   11    21        SEND_VAR_NO_REF_EX                                       $13
   14    22        INIT_FCALL                                               'sprintf'
   15    23        SEND_VAL                                                 '%25s+%28%25s%29'
   16    24        FETCH_OBJ_R                                      ~14     !0, 'value'
         25        SEND_VAL                                                 ~14
   17    26        INIT_FCALL                                               'implode'
         27        SEND_VAL                                                 '%2C+'
         28        FETCH_DIM_R                                      ~15     !3, 'row0'
         29        FETCH_DIM_R                                      ~16     ~15, 'field112'
         30        SEND_VAL                                                 ~16
         31        DO_ICALL                                         $17     
         32        CAST                                          7  ~18     $17
         33        SEND_VAL                                                 ~18
   14    34        DO_ICALL                                         $19     
   17    35        SEND_VAR_NO_REF_EX                                       $19
    5    36        DO_FCALL                                      0  $20     
   17    37        ECHO                                                     $20
   20    38    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.62 ms | 1013 KiB | 16 Q