3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(in_array($post['company_id'], array_keys($this->big_company)) && ( true == $post['is_xiaoquad'] || true == $post['is_jingjia'] || true == $post['is_security'] || (!empty($post['house_id'] || !empty($post['stickyIcon']))) )){ echo '<p class="list-part"><span class="fc-999 fl">名企:' . $this->big_company[$post['company_id']]['name'] . '</span><i title="名企房源" class="ico-v"></i></p>'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 31
Branch analysis from position: 11
2 jumps found. (Code = 47) Position 1 = 14, Position 2 = 17
Branch analysis from position: 14
2 jumps found. (Code = 47) Position 1 = 18, Position 2 = 21
Branch analysis from position: 18
2 jumps found. (Code = 47) Position 1 = 22, Position 2 = 30
Branch analysis from position: 22
2 jumps found. (Code = 47) Position 1 = 24, Position 2 = 27
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 40
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 40
Branch analysis from position: 27
Branch analysis from position: 30
Branch analysis from position: 21
Branch analysis from position: 17
Branch analysis from position: 31
filename:       /in/XS0To
function name:  (null)
number of ops:  41
compiled vars:  !0 = $post
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'in_array'
          1        FETCH_DIM_R                                      ~1      !0, 'company_id'
          2        SEND_VAL                                                 ~1
          3        INIT_FCALL                                               'array_keys'
          4        FETCH_THIS                                       $2      
          5        FETCH_OBJ_R                                      ~3      $2, 'big_company'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10      > JMPZ_EX                                          ~6      $5, ->31
    4    11    >   FETCH_DIM_R                                      ~7      !0, 'is_xiaoquad'
         12        BOOL                                             ~8      ~7
         13      > JMPNZ_EX                                         ~8      ~8, ->17
    5    14    >   FETCH_DIM_R                                      ~9      !0, 'is_jingjia'
         15        BOOL                                             ~10     ~9
         16        BOOL                                             ~8      ~10
         17    > > JMPNZ_EX                                         ~8      ~8, ->21
    6    18    >   FETCH_DIM_R                                      ~11     !0, 'is_security'
         19        BOOL                                             ~12     ~11
         20        BOOL                                             ~8      ~12
         21    > > JMPNZ_EX                                         ~8      ~8, ->30
    7    22    >   FETCH_DIM_R                                      ~13     !0, 'house_id'
         23      > JMPNZ_EX                                         ~13     ~13, ->27
         24    >   ISSET_ISEMPTY_DIM_OBJ                         1  ~14     !0, 'stickyIcon'
         25        BOOL_NOT                                         ~15     ~14
         26        BOOL                                             ~13     ~15
         27    >   BOOL_NOT                                         ~16     ~13
         28        BOOL_NOT                                         ~17     ~16
         29        BOOL                                             ~8      ~17
         30    >   BOOL                                             ~6      ~8
         31    > > JMPZ                                                     ~6, ->40
    9    32    >   FETCH_THIS                                       $18     
         33        FETCH_DIM_R                                      ~20     !0, 'company_id'
         34        FETCH_OBJ_R                                      ~19     $18, 'big_company'
         35        FETCH_DIM_R                                      ~21     ~19, ~20
         36        FETCH_DIM_R                                      ~22     ~21, 'name'
         37        CONCAT                                           ~23     '%3Cp+class%3D%22list-part%22%3E%3Cspan+class%3D%22fc-999+fl%22%3E%E5%90%8D%E4%BC%81%3A', ~22
         38        CONCAT                                           ~24     ~23, '%3C%2Fspan%3E%3Ci+title%3D%22%E5%90%8D%E4%BC%81%E6%88%BF%E6%BA%90%22+class%3D%22ico-v%22%3E%3C%2Fi%3E%3C%2Fp%3E'
         39        ECHO                                                     ~24
   10    40    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.71 ms | 1400 KiB | 17 Q