3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strSql = 'INSERT INTO `tblStudy` '. '('.implode(',', $keys).') VALUES '. '('.implode(',', $placeholders).')'; echo $strSql;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/09fQ8
function name:  (null)
number of ops:  16
compiled vars:  !0 = $strSql, !1 = $keys, !2 = $placeholders
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'implode'
          1        SEND_VAL                                                 '%2C'
          2        SEND_VAR                                                 !1
          3        DO_ICALL                                         $3      
          4        CONCAT                                           ~4      'INSERT+INTO+%60tblStudy%60+%28', $3
          5        CONCAT                                           ~5      ~4, '%29+VALUES+'
    4     6        CONCAT                                           ~6      ~5, '%28'
          7        INIT_FCALL                                               'implode'
          8        SEND_VAL                                                 '%2C'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $7      
         11        CONCAT                                           ~8      ~6, $7
         12        CONCAT                                           ~9      ~8, '%29'
    2    13        ASSIGN                                                   !0, ~9
    5    14        ECHO                                                     !0
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.57 ms | 1394 KiB | 15 Q