3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ( has_post_thumbnail()) : the_post_thumbnail( 'galeri', array('class' => 'fl-right', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); elseif (get_post_meta($post->ID, 'resim', true) != '') : echo '<img class="fl-right" src="'.get_post_meta($post->ID, 'resim', true).'" alt="'.get_the_title().'" width="103" height="70" />'; else : echo '<img class="fl-right" src="'.fs_get_option('fs_logo').'" alt="'.get_the_title().'" width="103" height="70" />'; endif; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 19
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 53
Branch analysis from position: 53
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 28, Position 2 = 43
Branch analysis from position: 28
1 jumps found. (Code = 42) Position 1 = 53
Branch analysis from position: 53
Branch analysis from position: 43
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nWJg9
function name:  (null)
number of ops:  54
compiled vars:  !0 = $post
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'has_post_thumbnail'
          1        DO_FCALL                                      0  $1      
          2      > JMPZ                                                     $1, ->19
    5     3    >   INIT_FCALL_BY_NAME                                       'the_post_thumbnail'
          4        SEND_VAL_EX                                              'galeri'
          5        INIT_ARRAY                                       ~2      'fl-right', 'class'
          6        INIT_FCALL_BY_NAME                                       'get_the_title'
          7        DO_FCALL                                      0  $3      
          8        CONCAT                                           ~4      '', $3
          9        CONCAT                                           ~5      ~4, ''
         10        ADD_ARRAY_ELEMENT                                ~2      ~5, 'alt'
         11        INIT_FCALL_BY_NAME                                       'get_the_title'
         12        DO_FCALL                                      0  $6      
         13        CONCAT                                           ~7      '', $6
         14        CONCAT                                           ~8      ~7, ''
         15        ADD_ARRAY_ELEMENT                                ~2      ~8, 'title'
         16        SEND_VAL_EX                                              ~2
         17        DO_FCALL                                      0          
         18      > JMP                                                      ->53
    7    19    >   INIT_FCALL_BY_NAME                                       'get_post_meta'
         20        CHECK_FUNC_ARG                                           
         21        FETCH_OBJ_FUNC_ARG                               $10     !0, 'ID'
         22        SEND_FUNC_ARG                                            $10
         23        SEND_VAL_EX                                              'resim'
         24        SEND_VAL_EX                                              <true>
         25        DO_FCALL                                      0  $11     
         26        IS_NOT_EQUAL                                             $11, ''
         27      > JMPZ                                                     ~12, ->43
    9    28    >   INIT_FCALL_BY_NAME                                       'get_post_meta'
         29        CHECK_FUNC_ARG                                           
         30        FETCH_OBJ_FUNC_ARG                               $13     !0, 'ID'
         31        SEND_FUNC_ARG                                            $13
         32        SEND_VAL_EX                                              'resim'
         33        SEND_VAL_EX                                              <true>
         34        DO_FCALL                                      0  $14     
         35        CONCAT                                           ~15     '%3Cimg+class%3D%22fl-right%22+src%3D%22', $14
         36        CONCAT                                           ~16     ~15, '%22+alt%3D%22'
         37        INIT_FCALL_BY_NAME                                       'get_the_title'
         38        DO_FCALL                                      0  $17     
         39        CONCAT                                           ~18     ~16, $17
         40        CONCAT                                           ~19     ~18, '%22+width%3D%22103%22+height%3D%2270%22+%2F%3E'
         41        ECHO                                                     ~19
         42      > JMP                                                      ->53
   13    43    >   INIT_FCALL_BY_NAME                                       'fs_get_option'
         44        SEND_VAL_EX                                              'fs_logo'
         45        DO_FCALL                                      0  $20     
         46        CONCAT                                           ~21     '%3Cimg+class%3D%22fl-right%22+src%3D%22', $20
         47        CONCAT                                           ~22     ~21, '%22+alt%3D%22'
         48        INIT_FCALL_BY_NAME                                       'get_the_title'
         49        DO_FCALL                                      0  $23     
         50        CONCAT                                           ~24     ~22, $23
         51        CONCAT                                           ~25     ~24, '%22+width%3D%22103%22+height%3D%2270%22+%2F%3E'
         52        ECHO                                                     ~25
   17    53    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.09 ms | 1399 KiB | 13 Q