3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content after * * @package Sunspot * @since Sunspot 1.0 */ ?> <!DOCTYPE html> <!--[if IE 8]> <html id="ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 9]> <html id="ie9" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <div id="wrapper" class="wrap"> <?php do_action( 'before' ); ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class>=”copyright”>כל הזכויות שמורות למיטל קפלן (c)</p> <div class="site-info"> <?php do_action( 'sunspot_credits' ); ?> <a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'sunspot' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'sunspot', 'WordPress' )); ?></a> <span class="sep"> | </span> <?php printf( __( 'Theme: %1$s by %2$s.', 'sunspot' ), 'Sunspot', '<a href="https://wordpress.com/themes/" rel="designer">WordPress.com</a>' ); ?> </div><!-- .site-info --> </footer><!-- .site-footer .site-footer --> </div><!-- #wrapper .wrap --> </div><!-- #page .hfeed .site --> <div class="sunstrip-small"></div> <?php wp_footer(); ?> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6akqi
function name:  (null)
number of ops:  70
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3C%21--%5Bif+IE+8%5D%3E%0A%3Chtml+id%3D%22ie8%22+'
   13     1        INIT_FCALL_BY_NAME                                       'language_attributes'
          2        DO_FCALL                                      0          
          3        ECHO                                                     '%3E%0A%3C%21%5Bendif%5D--%3E%0A%3C%21--%5Bif+IE+9%5D%3E%0A%3Chtml+id%3D%22ie9%22+'
   16     4        INIT_FCALL_BY_NAME                                       'language_attributes'
          5        DO_FCALL                                      0          
          6        ECHO                                                     '%3E%0A%3C%21%5Bendif%5D--%3E%0A%3C%21--%5Bif+%21%28IE%29%5D%3E%3C%21--%3E%0A%3Chtml+'
   19     7        INIT_FCALL_BY_NAME                                       'language_attributes'
          8        DO_FCALL                                      0          
          9        ECHO                                                     '%3E%0A%3C%21--%3C%21%5Bendif%5D--%3E%0A%3Chead%3E%0A%3Cmeta+charset%3D%22'
   22    10        INIT_FCALL_BY_NAME                                       'bloginfo'
         11        SEND_VAL_EX                                              'charset'
         12        DO_FCALL                                      0          
         13        ECHO                                                     '%22+%2F%3E%0A%3Cmeta+name%3D%22viewport%22+content%3D%22width%3Ddevice-width%22+%2F%3E%0A%3Ctitle%3E'
   24    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%3Clink+rel%3D%22profile%22+href%3D%22http%3A%2F%2Fgmpg.org%2Fxfn%2F11%22+%2F%3E%0A%3Clink+rel%3D%22pingback%22+href%3D%22'
   26    20        INIT_FCALL_BY_NAME                                       'bloginfo'
         21        SEND_VAL_EX                                              'pingback_url'
         22        DO_FCALL                                      0          
         23        ECHO                                                     '%22+%2F%3E%0A%3C%21--%5Bif+lt+IE+9%5D%3E%0A%3Cscript+src%3D%22'
   28    24        INIT_FCALL_BY_NAME                                       'get_template_directory_uri'
         25        DO_FCALL                                      0  $6      
         26        ECHO                                                     $6
         27        ECHO                                                     '%2Fjs%2Fhtml5.js%22+type%3D%22text%2Fjavascript%22%3E%3C%2Fscript%3E%0A%3C%21%5Bendif%5D--%3E%0A%0A'
   31    28        INIT_FCALL_BY_NAME                                       'wp_head'
         29        DO_FCALL                                      0          
   32    30        ECHO                                                     '%3C%2Fhead%3E%0A%0A%3Cbody+'
   34    31        INIT_FCALL_BY_NAME                                       'body_class'
         32        DO_FCALL                                      0          
         33        ECHO                                                     '%3E%0A%3Cdiv+id%3D%22page%22+class%3D%22hfeed+site%22%3E%0A%09%3Cdiv+id%3D%22wrapper%22+class%3D%22wrap%22%3E%0A%09%09'
   37    34        INIT_FCALL_BY_NAME                                       'do_action'
         35        SEND_VAL_EX                                              'before'
         36        DO_FCALL                                      0          
   38    37        ECHO                                                     '%09%09%09%3Cfooter+id%3D%22colophon%22+class%3D%22site-footer%22+role%3D%22contentinfo%22%3E%0A%09%09%09%09%3Cdiv+class%3E%3D%E2%80%9Dcopyright%E2%80%9D%3E%D7%9B%D7%9C+%D7%94%D7%96%D7%9B%D7%95%D7%99%D7%95%D7%AA+%D7%A9%D7%9E%D7%95%D7%A8%D7%95%D7%AA+%D7%9C%D7%9E%D7%99%D7%98%D7%9C+%D7%A7%D7%A4%D7%9C%D7%9F+%28c%29%3C%2Fp%3E%0A%09%09%09%09%3Cdiv+class%3D%22site-info%22%3E%0A%09%09%09%09%09'
   41    38        INIT_FCALL_BY_NAME                                       'do_action'
         39        SEND_VAL_EX                                              'sunspot_credits'
         40        DO_FCALL                                      0          
   42    41        ECHO                                                     '%09%09%09%09%09%3Ca+href%3D%22http%3A%2F%2Fwordpress.org%2F%22+title%3D%22'
         42        INIT_FCALL_BY_NAME                                       'esc_attr_e'
         43        SEND_VAL_EX                                              'A+Semantic+Personal+Publishing+Platform'
         44        SEND_VAL_EX                                              'sunspot'
         45        DO_FCALL                                      0          
         46        ECHO                                                     '%22+rel%3D%22generator%22%3E'
         47        INIT_FCALL                                               'printf'
         48        INIT_FCALL_BY_NAME                                       '__'
         49        SEND_VAL_EX                                              'Proudly+powered+by+%25s'
         50        SEND_VAL_EX                                              'sunspot'
         51        SEND_VAL_EX                                              'WordPress'
         52        DO_FCALL                                      0  $12     
         53        SEND_VAR                                                 $12
         54        DO_ICALL                                                 
         55        ECHO                                                     '%3C%2Fa%3E%09%09%09%09%09%3Cspan+class%3D%22sep%22%3E+%7C+%3C%2Fspan%3E%0A%09%09%09%09%09'
   43    56        INIT_FCALL                                               'printf'
         57        INIT_FCALL_BY_NAME                                       '__'
         58        SEND_VAL_EX                                              'Theme%3A+%251%24s+by+%252%24s.'
         59        SEND_VAL_EX                                              'sunspot'
         60        DO_FCALL                                      0  $14     
         61        SEND_VAR                                                 $14
         62        SEND_VAL                                                 'Sunspot'
         63        SEND_VAL                                                 '%3Ca+href%3D%22https%3A%2F%2Fwordpress.com%2Fthemes%2F%22+rel%3D%22designer%22%3EWordPress.com%3C%2Fa%3E'
         64        DO_ICALL                                                 
   44    65        ECHO                                                     '%09%09%09%09%3C%2Fdiv%3E%3C%21--+.site-info+--%3E%0A%09%09%09%3C%2Ffooter%3E%3C%21--+.site-footer+.site-footer+--%3E%0A%09%3C%2Fdiv%3E%3C%21--+%23wrapper+.wrap+--%3E%0A%3C%2Fdiv%3E%3C%21--+%23page+.hfeed+.site+--%3E%0A%3Cdiv+class%3D%22sunstrip-small%22%3E%3C%2Fdiv%3E%0A'
   49    66        INIT_FCALL_BY_NAME                                       'wp_footer'
         67        DO_FCALL                                      0          
   50    68        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   52    69      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.12 ms | 1400 KiB | 15 Q