3v4l.org

run code in 300+ PHP versions simultaneously
<?php $siteUrls = ("select idsite, main_url from ".LeadForce1::prefixTable('site')." where idsite in($idsites) order by main_url"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QEs50
function name:  (null)
number of ops:  10
compiled vars:  !0 = $siteUrls, !1 = $idsites
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_STATIC_METHOD_CALL                                  'LeadForce1', 'prefixTable'
          1        SEND_VAL_EX                                              'site'
          2        DO_FCALL                                      0  $2      
          3        CONCAT                                           ~3      'select+idsite%2C+main_url+from+', $2
          4        ROPE_INIT                                     3  ~5      '+where+idsite+in%28'
          5        ROPE_ADD                                      1  ~5      ~5, !1
          6        ROPE_END                                      2  ~4      ~5, '%29+order+by+main_url'
          7        CONCAT                                           ~7      ~3, ~4
          8        ASSIGN                                                   !0, ~7
    3     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.14 ms | 1393 KiB | 13 Q