3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_down_latest_videos( ) { /* VODs at the bottom */ $meta_keys = array('broadview_updated', 'description_en', 'description_fr', 'description_short_en', 'description_short_fr', 'episode_id', 'title_short_en', 'title_short_fr' ); foreach ( $meta_keys as $meta_key ) { $my_video_data[ $meta_key ] = get_post_meta( $post_id, $meta_key, true ); } return $my_video_data; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DuU85
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   1

Function get_down_latest_videos:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 11
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 11
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/DuU85
function name:  get_down_latest_videos
number of ops:  14
compiled vars:  !0 = $meta_keys, !1 = $meta_key, !2 = $my_video_data, !3 = $post_id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    8     1      > FE_RESET_R                                       $5      !0, ->11
          2    > > FE_FETCH_R                                               $5, !1, ->11
    9     3    >   INIT_FCALL_BY_NAME                                       'get_post_meta'
          4        SEND_VAR_EX                                              !3
          5        SEND_VAR_EX                                              !1
          6        SEND_VAL_EX                                              <true>
          7        DO_FCALL                                      0  $7      
          8        ASSIGN_DIM                                               !2, !1
          9        OP_DATA                                                  $7
    8    10      > JMP                                                      ->2
         11    >   FE_FREE                                                  $5
   12    12      > RETURN                                                   !2
   13    13*     > RETURN                                                   null

End of function get_down_latest_videos

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
302.83 ms | 1007 KiB | 13 Q