3v4l.org

run code in 300+ PHP versions simultaneously
<?php $insertFields = ['method', 'uri', 'headers','message','customer_advert_ref', 'advert_id', 'organisation_id', 'body', 'type', 'ip']; printf( 'INSERT INTO `Requests` (`%s`) VALUES (`:%s`);', implode('`, `', $insertColumns), implode('`, :`', $insertColumns) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/16EW9
function name:  (null)
number of ops:  15
compiled vars:  !0 = $insertFields, !1 = $insertColumns
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'printf'
    4     2        SEND_VAL                                                 'INSERT+INTO+%60Requests%60+%28%60%25s%60%29+VALUES+%28%60%3A%25s%60%29%3B'
    5     3        INIT_FCALL                                               'implode'
          4        SEND_VAL                                                 '%60%2C+%60'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $3      
          7        SEND_VAR                                                 $3
    6     8        INIT_FCALL                                               'implode'
          9        SEND_VAL                                                 '%60%2C+%3A%60'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $4      
         12        SEND_VAR                                                 $4
         13        DO_ICALL                                                 
    7    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.66 ms | 1394 KiB | 17 Q