3v4l.org

run code in 300+ PHP versions simultaneously
<?php get_header();?> <div class="mansetContainer"> <div class="manset"> <?php include(TEMPLATEPATH . '/manset.php'); ?> </div><!--manset bitiş--> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> </div><!--mansetContainer bitiş--> <div class="blokContainer ortala"> <div class="solBlok single"> <h1><?php echo get_the_title(); ?></h1> <?php endwhile; else: endif; ?> <?php include(TEMPLATEPATH . '/loop.php'); ?> <?php include(TEMPLATEPATH . '/lib/paginate.php'); ?> </div><!--solBlok bitiş--> <?php get_footer(); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 22
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 11
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 11
Branch analysis from position: 21
Branch analysis from position: 11
Branch analysis from position: 22
filename:       /in/Q86nl
function name:  (null)
number of ops:  34
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL_BY_NAME                                       'get_header'
          1        DO_FCALL                                      0          
    2     2        ECHO                                                     '%3Cdiv+class%3D%22mansetContainer%22%3E%0A%09%3Cdiv+class%3D%22manset%22%3E%0A++++%09'
    4     3        FETCH_CONSTANT                                   ~1      'TEMPLATEPATH'
          4        CONCAT                                           ~2      ~1, '%2Fmanset.php'
          5        INCLUDE_OR_EVAL                                          ~2, INCLUDE
    5     6        ECHO                                                     '++++%3C%2Fdiv%3E%3C%21--manset+biti%C5%9F--%3E%0A++++'
    6     7        INIT_FCALL_BY_NAME                                       'have_posts'
          8        DO_FCALL                                      0  $4      
          9      > JMPZ                                                     $4, ->22
         10    > > JMP                                                      ->18
         11    >   INIT_FCALL_BY_NAME                                       'the_post'
         12        DO_FCALL                                      0          
    7    13        ECHO                                                     '%3C%2Fdiv%3E%3C%21--mansetContainer+biti%C5%9F--%3E%0A%3Cdiv+class%3D%22blokContainer+ortala%22%3E%0A%09%3Cdiv+class%3D%22solBlok+single%22%3E%0A++++%09%3Ch1%3E'
   10    14        INIT_FCALL_BY_NAME                                       'get_the_title'
         15        DO_FCALL                                      0  $6      
         16        ECHO                                                     $6
         17        ECHO                                                     '%3C%2Fh1%3E%0A++++++++'
    6    18    >   INIT_FCALL_BY_NAME                                       'have_posts'
         19        DO_FCALL                                      0  $7      
         20      > JMPNZ                                                    $7, ->11
         21    > > JMP                                                      ->22
   12    22    >   ECHO                                                     '++++%09'
         23        FETCH_CONSTANT                                   ~8      'TEMPLATEPATH'
         24        CONCAT                                           ~9      ~8, '%2Floop.php'
         25        INCLUDE_OR_EVAL                                          ~9, INCLUDE
   13    26        ECHO                                                     '++++%09'
         27        FETCH_CONSTANT                                   ~11     'TEMPLATEPATH'
         28        CONCAT                                           ~12     ~11, '%2Flib%2Fpaginate.php'
         29        INCLUDE_OR_EVAL                                          ~12, INCLUDE
   14    30        ECHO                                                     '++++%3C%2Fdiv%3E%3C%21--solBlok+biti%C5%9F--%3E%0A'
   15    31        INIT_FCALL_BY_NAME                                       'get_footer'
         32        DO_FCALL                                      0          
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.95 ms | 1394 KiB | 14 Q