3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <main id="main"> * * @package GeneratePress */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <?php if ( ! function_exists( '_wp_render_title_tag' ) ) : ?> <title><?php wp_title( '|', true, 'right' ); ?></title> <?php endif; ?> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> <meta name="yandex-verification" content="61956597e0847b6d" /> <meta name="google-site-verification" content="cYRgqSXnw-g3IhaiDBLKpNVTwJjcbFY8TdfBb1Jp3vc" /> </head> <body <?php generate_body_schema();?> <?php body_class(); ?>> <?php do_action( 'generate_before_header' ); ?> <a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'generate' ); ?>"><?php _e( 'Skip to content', 'generate' ); ?></a> <header itemtype="http://schema.org/WPHeader" itemscope="itemscope" id="masthead" <?php generate_header_class(); ?>> <div <?php generate_inside_header_class(); ?>> <?php do_action( 'generate_before_header_content'); ?> <?php generate_header_items(); ?> <?php do_action( 'generate_after_header_content'); ?> </div><!-- .inside-header --> </header><!-- #masthead --> <?php do_action( 'generate_after_header' ); ?> <div id="page" class="hfeed site grid-container container grid-parent"> <div id="content" class="site-content"> <?php do_action('generate_inside_container'); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 20
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/JRgch
function name:  (null)
number of ops:  73
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml+'
   10     1        INIT_FCALL_BY_NAME                                       'language_attributes'
          2        DO_FCALL                                      0          
          3        ECHO                                                     '%3E%0A%3Chead%3E%0A%09%3Cmeta+charset%3D%22'
   12     4        INIT_FCALL_BY_NAME                                       'bloginfo'
          5        SEND_VAL_EX                                              'charset'
          6        DO_FCALL                                      0          
          7        ECHO                                                     '%22%3E%0A%09%3Cmeta+http-equiv%3D%22X-UA-Compatible%22+content%3D%22IE%3Dedge%22+%2F%3E%0A%09'
   14     8        INIT_FCALL                                               'function_exists'
          9        SEND_VAL                                                 '_wp_render_title_tag'
         10        DO_ICALL                                         $2      
         11        BOOL_NOT                                         ~3      $2
         12      > JMPZ                                                     ~3, ->20
   15    13    >   ECHO                                                     '%09%09%3Ctitle%3E'
         14        INIT_FCALL_BY_NAME                                       'wp_title'
         15        SEND_VAL_EX                                              '%7C'
         16        SEND_VAL_EX                                              <true>
         17        SEND_VAL_EX                                              'right'
         18        DO_FCALL                                      0          
         19        ECHO                                                     '%3C%2Ftitle%3E%0A%09'
   17    20    >   ECHO                                                     '%09%3Clink+rel%3D%22profile%22+href%3D%22http%3A%2F%2Fgmpg.org%2Fxfn%2F11%22%3E%0A%09%3Clink+rel%3D%22pingback%22+href%3D%22'
   18    21        INIT_FCALL_BY_NAME                                       'bloginfo'
         22        SEND_VAL_EX                                              'pingback_url'
         23        DO_FCALL                                      0          
         24        ECHO                                                     '%22%3E%0A%09'
   19    25        INIT_FCALL_BY_NAME                                       'wp_head'
         26        DO_FCALL                                      0          
   20    27        ECHO                                                     '%09%3Cmeta+name%3D%22yandex-verification%22+content%3D%2261956597e0847b6d%22+%2F%3E+%0A%09%3Cmeta+name%3D%22google-site-verification%22+content%3D%22cYRgqSXnw-g3IhaiDBLKpNVTwJjcbFY8TdfBb1Jp3vc%22+%2F%3E%0A%3C%2Fhead%3E%0A%0A%3Cbody+'
   24    28        INIT_FCALL_BY_NAME                                       'generate_body_schema'
         29        DO_FCALL                                      0          
         30        ECHO                                                     '+'
         31        INIT_FCALL_BY_NAME                                       'body_class'
         32        DO_FCALL                                      0          
         33        ECHO                                                     '%3E%0A%09'
   25    34        INIT_FCALL_BY_NAME                                       'do_action'
         35        SEND_VAL_EX                                              'generate_before_header'
         36        DO_FCALL                                      0          
   26    37        ECHO                                                     '%09%3Ca+class%3D%22screen-reader-text+skip-link%22+href%3D%22%23content%22+title%3D%22'
         38        INIT_FCALL_BY_NAME                                       'esc_attr_e'
         39        SEND_VAL_EX                                              'Skip+to+content'
         40        SEND_VAL_EX                                              'generate'
         41        DO_FCALL                                      0          
         42        ECHO                                                     '%22%3E'
         43        INIT_FCALL_BY_NAME                                       '_e'
         44        SEND_VAL_EX                                              'Skip+to+content'
         45        SEND_VAL_EX                                              'generate'
         46        DO_FCALL                                      0          
         47        ECHO                                                     '%3C%2Fa%3E%0A%09%3Cheader+itemtype%3D%22http%3A%2F%2Fschema.org%2FWPHeader%22+itemscope%3D%22itemscope%22+id%3D%22masthead%22+'
   27    48        INIT_FCALL_BY_NAME                                       'generate_header_class'
         49        DO_FCALL                                      0          
         50        ECHO                                                     '%3E%0A%09%09%3Cdiv+'
   28    51        INIT_FCALL_BY_NAME                                       'generate_inside_header_class'
         52        DO_FCALL                                      0          
         53        ECHO                                                     '%3E%0A%09%09%09'
   29    54        INIT_FCALL_BY_NAME                                       'do_action'
         55        SEND_VAL_EX                                              'generate_before_header_content'
         56        DO_FCALL                                      0          
   30    57        ECHO                                                     '%09%09%09'
         58        INIT_FCALL_BY_NAME                                       'generate_header_items'
         59        DO_FCALL                                      0          
   31    60        ECHO                                                     '%09%09%09'
         61        INIT_FCALL_BY_NAME                                       'do_action'
         62        SEND_VAL_EX                                              'generate_after_header_content'
         63        DO_FCALL                                      0          
   32    64        ECHO                                                     '%09%09%3C%2Fdiv%3E%3C%21--+.inside-header+--%3E%0A%09%3C%2Fheader%3E%3C%21--+%23masthead+--%3E%0A%09'
   34    65        INIT_FCALL_BY_NAME                                       'do_action'
         66        SEND_VAL_EX                                              'generate_after_header'
         67        DO_FCALL                                      0          
   35    68        ECHO                                                     '%09%0A%09%3Cdiv+id%3D%22page%22+class%3D%22hfeed+site+grid-container+container+grid-parent%22%3E%0A%09%09%3Cdiv+id%3D%22content%22+class%3D%22site-content%22%3E%0A%09%09%09'
   38    69        INIT_FCALL_BY_NAME                                       'do_action'
         70        SEND_VAL_EX                                              'generate_inside_container'
         71        DO_FCALL                                      0          
         72      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.29 ms | 1400 KiB | 15 Q