3v4l.org

run code in 300+ PHP versions simultaneously
<?php mysqli_query($connection,"INSERT INTO res_partner (id, name, firstname, email, street, street_number, zip, city, country_id, state_id, phone, fax) VALUES (NULL,". $name .",". $firstname .",". $email .",". $street .",". $street_number .",". $zip .",". $city .",1,1,". $phone .",NULL)");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WIp9R
function name:  (null)
number of ops:  21
compiled vars:  !0 = $connection, !1 = $name, !2 = $firstname, !3 = $email, !4 = $street, !5 = $street_number, !6 = $zip, !7 = $city, !8 = $phone
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_query'
          1        SEND_VAR_EX                                              !0
    4     2        CONCAT                                           ~9      'INSERT+INTO+res_partner+%28id%2C+name%2C+firstname%2C+email%2C+street%2C+street_number%2C+zip%2C+city%2C+country_id%2C+state_id%2C+phone%2C+fax%29%0AVALUES+%28NULL%2C', !1
          3        CONCAT                                           ~10     ~9, '%2C'
          4        CONCAT                                           ~11     ~10, !2
          5        CONCAT                                           ~12     ~11, '%2C'
          6        CONCAT                                           ~13     ~12, !3
          7        CONCAT                                           ~14     ~13, '%2C'
          8        CONCAT                                           ~15     ~14, !4
          9        CONCAT                                           ~16     ~15, '%2C'
         10        CONCAT                                           ~17     ~16, !5
         11        CONCAT                                           ~18     ~17, '%2C'
         12        CONCAT                                           ~19     ~18, !6
         13        CONCAT                                           ~20     ~19, '%2C'
         14        CONCAT                                           ~21     ~20, !7
         15        CONCAT                                           ~22     ~21, '%2C1%2C1%2C'
         16        CONCAT                                           ~23     ~22, !8
         17        CONCAT                                           ~24     ~23, '%2CNULL%29'
         18        SEND_VAL_EX                                              ~24
         19        DO_FCALL                                      0          
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.05 ms | 1385 KiB | 13 Q