3v4l.org

run code in 300+ PHP versions simultaneously
<?php $findWhat = "ODFKDOK"; $findWhere = "tttttK"; sprintf("SELECT `Company_Name`, `Address1`, `Address2`, `Address3`, `Town`, `County`, `Post_Code`, `Telephone`, `URL`, `SIC_Code`, `SIC_Description` FROM `Data1` WHERE (company_name like '%%s%' or `SIC_Description` like '%%s%') and (`Town` like '%s%' or `Post_Code` like '%s%' )", $findWhat, $findWhat,$findWhat, $findWhat);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HbUTC
function name:  (null)
number of ops:  10
compiled vars:  !0 = $findWhat, !1 = $findWhere
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'ODFKDOK'
    3     1        ASSIGN                                                   !1, 'tttttK'
    5     2        INIT_FCALL                                               'sprintf'
          3        SEND_VAL                                                 'SELECT+%60Company_Name%60%2C+%60Address1%60%2C+%60Address2%60%2C+%60Address3%60%2C+%60Town%60%2C+%60County%60%2C+%60Post_Code%60%2C+%60Telephone%60%2C+%60URL%60%2C+%60SIC_Code%60%2C+%60SIC_Description%60+FROM+%60Data1%60+WHERE++%28company_name+like+%27%25%25s%25%27+or+%60SIC_Description%60+like+%27%25%25s%25%27%29+and+%28%60Town%60+like+%27%25s%25%27+or+%60Post_Code%60+like+%27%25s%25%27+%29'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.41 ms | 1394 KiB | 15 Q