3v4l.org

run code in 300+ PHP versions simultaneously
<?php define( 'PAGING', 2 ); $testQuery = "SELECT `title` FROM `bibliography` Where title LIKE '%sfsf%' LIMIT {constant('PAGING')}"; print_r($testQuery);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/23N9Z
function name:  (null)
number of ops:  9
compiled vars:  !0 = $testQuery
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'PAGING'
          2        SEND_VAL                                                 2
          3        DO_ICALL                                                 
    4     4        ASSIGN                                                   !0, 'SELECT+%60title%60+FROM+%60bibliography%60+Where+title+LIKE+%27%25sfsf%25%27+LIMIT+%7Bconstant%28%27PAGING%27%29%7D'
    5     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.14 ms | 1394 KiB | 17 Q