3v4l.org

run code in 300+ PHP versions simultaneously
<?php $siteUrls = LeadForce1_FetchAll("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/GPmVq
function name:  (null)
number of ops:  13
compiled vars:  !0 = $siteUrls, !1 = $idsites
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'LeadForce1_FetchAll'
          1        INIT_STATIC_METHOD_CALL                                  'LeadForce1', 'prefixTable'
          2        SEND_VAL_EX                                              'site'
          3        DO_FCALL                                      0  $2      
          4        CONCAT                                           ~3      'select+idsite%2C+main_url+from+', $2
          5        ROPE_INIT                                     3  ~5      '+where+idsite+in%28'
          6        ROPE_ADD                                      1  ~5      ~5, !1
          7        ROPE_END                                      2  ~4      ~5, '%29+order+by+main_url'
          8        CONCAT                                           ~7      ~3, ~4
          9        SEND_VAL_EX                                              ~7
         10        DO_FCALL                                      0  $8      
         11        ASSIGN                                                   !0, $8
    3    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.38 ms | 1393 KiB | 13 Q