3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "RewriteEngine On\r\n"; $pages = Webapp::db()->selectAll("select page_id from pages_clean_urls where site_id = $siteId");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ncNk7
function name:  (null)
number of ops:  10
compiled vars:  !0 = $string, !1 = $pages, !2 = $siteId
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'RewriteEngine+On%0D%0A'
    3     1        INIT_STATIC_METHOD_CALL                                  'Webapp', 'db'
          2        DO_FCALL                                      0  $4      
          3        INIT_METHOD_CALL                                         $4, 'selectAll'
          4        NOP                                                      
          5        FAST_CONCAT                                      ~5      'select+page_id+from+pages_clean_urls+where+site_id+%3D+', !2
          6        SEND_VAL_EX                                              ~5
          7        DO_FCALL                                      0  $6      
          8        ASSIGN                                                   !1, $6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.77 ms | 1397 KiB | 13 Q