3v4l.org

run code in 300+ PHP versions simultaneously
<?php $weirdFunnyKeys = [ 'PT_1', '$PT_2', 'BS_X', 'BS_Y', //etc. ]; //now it's much simpler, we can use the above to make funny things like get the values from meta: $metaValues = []; foreach($weirdFunnyKeys as $key){ $metaValues [$key] = get_post_meta(get_the_ID() , $key, true); } //or build this table: foreach($metaValues as $val){ if ( ! empty( $val ) ) { echo '<tr><td class="umbold techs">XXXXXXXXX: </td><td>' . $val . '</td></tr>'; } } //or... whatever you want! You have them in an array!!! Isn't this just darn cool!!!!!!!!!!!!!!!!!!!!!!!1111 //:)
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 14
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 14
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 14
2 jumps found. (Code = 77) Position 1 = 16, Position 2 = 24
Branch analysis from position: 16
2 jumps found. (Code = 78) Position 1 = 17, Position 2 = 24
Branch analysis from position: 17
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 23
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
Branch analysis from position: 23
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
Branch analysis from position: 14
filename:       /in/Xi2lq
function name:  (null)
number of ops:  26
compiled vars:  !0 = $weirdFunnyKeys, !1 = $metaValues, !2 = $key, !3 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, <array>
    7     2      > FE_RESET_R                                       $6      !0, ->14
          3    > > FE_FETCH_R                                               $6, !2, ->14
    8     4    >   INIT_FCALL_BY_NAME                                       'get_post_meta'
          5        INIT_FCALL_BY_NAME                                       'get_the_ID'
          6        DO_FCALL                                      0  $8      
          7        SEND_VAR_NO_REF_EX                                       $8
          8        SEND_VAR_EX                                              !2
          9        SEND_VAL_EX                                              <true>
         10        DO_FCALL                                      0  $9      
         11        ASSIGN_DIM                                               !1, !2
         12        OP_DATA                                                  $9
    7    13      > JMP                                                      ->3
         14    >   FE_FREE                                                  $6
   12    15      > FE_RESET_R                                       $10     !1, ->24
         16    > > FE_FETCH_R                                               $10, !3, ->24
   13    17    >   ISSET_ISEMPTY_CV                                 ~11     !3
         18        BOOL_NOT                                         ~12     ~11
         19      > JMPZ                                                     ~12, ->23
   14    20    >   CONCAT                                           ~13     '%3Ctr%3E%3Ctd+class%3D%22umbold+techs%22%3EXXXXXXXXX%3A+%3C%2Ftd%3E%3Ctd%3E', !3
         21        CONCAT                                           ~14     ~13, '%3C%2Ftd%3E%3C%2Ftr%3E'
         22        ECHO                                                     ~14
   12    23    > > JMP                                                      ->16
         24    >   FE_FREE                                                  $10
   21    25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.9 ms | 940 KiB | 14 Q