3v4l.org

run code in 300+ PHP versions simultaneously
<?php $BASE_QUERY = "SELECT wp.ID FROM `{$this->tablePosts}` wp INNER JOIN `{$this->tablePostMeta}` wm ON (wm.`post_id` = wp.`ID`) INNER JOIN `{$this->tableTermRelationships}` wtr ON (wp.`ID` = wtr.`object_id`) INNER JOIN `{$this->tableTermTaxonomy}` wtt ON (wtr.`term_taxonomy_id` = wtt.`term_taxonomy_id`) INNER JOIN `{$this->tableTerms}` wt ON (wt.`term_id` = wtt.`term_id`)";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XUo0j
function name:  (null)
number of ops:  23
compiled vars:  !0 = $BASE_QUERY
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ROPE_INIT                                    11  ~12     'SELECT+wp.ID+FROM+%60'
          1        FETCH_THIS                                       $1      
          2        FETCH_OBJ_R                                      ~2      $1, 'tablePosts'
          3        ROPE_ADD                                      1  ~12     ~12, ~2
          4        ROPE_ADD                                      2  ~12     ~12, '%60+wp%0A++++++++INNER+JOIN+%60'
    3     5        FETCH_THIS                                       $3      
          6        FETCH_OBJ_R                                      ~4      $3, 'tablePostMeta'
          7        ROPE_ADD                                      3  ~12     ~12, ~4
          8        ROPE_ADD                                      4  ~12     ~12, '%60+wm+ON+%28wm.%60post_id%60+%3D+wp.%60ID%60%29%0A++++++++INNER+JOIN+%60'
    4     9        FETCH_THIS                                       $5      
         10        FETCH_OBJ_R                                      ~6      $5, 'tableTermRelationships'
         11        ROPE_ADD                                      5  ~12     ~12, ~6
         12        ROPE_ADD                                      6  ~12     ~12, '%60+wtr+ON+%28wp.%60ID%60+%3D+wtr.%60object_id%60%29%0A++++++++INNER+JOIN+%60'
    5    13        FETCH_THIS                                       $7      
         14        FETCH_OBJ_R                                      ~8      $7, 'tableTermTaxonomy'
         15        ROPE_ADD                                      7  ~12     ~12, ~8
         16        ROPE_ADD                                      8  ~12     ~12, '%60+wtt+ON+%28wtr.%60term_taxonomy_id%60+%3D+wtt.%60term_taxonomy_id%60%29%0A++++++++INNER+JOIN+%60'
    6    17        FETCH_THIS                                       $9      
         18        FETCH_OBJ_R                                      ~10     $9, 'tableTerms'
         19        ROPE_ADD                                      9  ~12     ~12, ~10
         20        ROPE_END                                     10  ~11     ~12, '%60+wt+ON+%28wt.%60term_id%60+%3D+wtt.%60term_id%60%29'
    2    21        ASSIGN                                                   !0, ~11
    6    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.24 ms | 1394 KiB | 13 Q