3v4l.org

run code in 300+ PHP versions simultaneously
<?php // use this custom code to remove the tags or no tags text from the bottom of adverts function cp_blog_post_meta_footer_custom() { global $post, $cp_options; if ( ! is_singular( array( 'post', APP_POST_TYPE ) ) ) return; ?> <?php } echo "test"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0HGPu
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   ECHO                                                     'test'
   16     1      > RETURN                                                   1

Function cp_blog_post_meta_footer_custom:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0HGPu
function name:  cp_blog_post_meta_footer_custom
number of ops:  13
compiled vars:  !0 = $post, !1 = $cp_options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   BIND_GLOBAL                                              !0, 'post'
          1        BIND_GLOBAL                                              !1, 'cp_options'
    6     2        INIT_FCALL_BY_NAME                                       'is_singular'
          3        INIT_ARRAY                                       ~2      'post'
          4        FETCH_CONSTANT                                   ~3      'APP_POST_TYPE'
          5        ADD_ARRAY_ELEMENT                                ~2      ~3
          6        SEND_VAL_EX                                              ~2
          7        DO_FCALL                                      0  $4      
          8        BOOL_NOT                                         ~5      $4
          9      > JMPZ                                                     ~5, ->11
    7    10    > > RETURN                                                   null
    9    11    >   ECHO                                                     '%0A'
   12    12      > RETURN                                                   null

End of function cp_blog_post_meta_footer_custom

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.06 ms | 1394 KiB | 13 Q