3v4l.org

run code in 300+ PHP versions simultaneously
<?php $accounts = mysql_connect("a2plcpnl0365.prod.iad2.secureserver.net:2083", "Urness", "password") or die (mysql_error()); mysql_select_db("Cathedral", $accounts); $sql = "INSERT INTO Locale (Latt, Long, Desc) VALUES('555', '555', '555')"; mysql_query($sql, $accounts); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2UoZr
function name:  (null)
number of ops:  21
compiled vars:  !0 = $accounts, !1 = $sql
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mysql_connect'
          1        SEND_VAL_EX                                              'a2plcpnl0365.prod.iad2.secureserver.net%3A2083'
          2        SEND_VAL_EX                                              'Urness'
          3        SEND_VAL_EX                                              'password'
          4        DO_FCALL                                      0  $2      
          5        ASSIGN                                           ~3      !0, $2
          6      > JMPNZ_EX                                         ~3      ~3, ->11
    4     7    >   INIT_FCALL_BY_NAME                                       'mysql_error'
          8        DO_FCALL                                      0  $4      
          9      > EXIT                                                     $4
         10*       BOOL                                             ~3      <true>
    6    11    >   INIT_FCALL_BY_NAME                                       'mysql_select_db'
         12        SEND_VAL_EX                                              'Cathedral'
         13        SEND_VAR_EX                                              !0
         14        DO_FCALL                                      0          
    8    15        ASSIGN                                                   !1, 'INSERT+INTO+Locale+%28Latt%2C+Long%2C+Desc%29+VALUES%28%27555%27%2C+%27555%27%2C+%27555%27%29'
   10    16        INIT_FCALL_BY_NAME                                       'mysql_query'
         17        SEND_VAR_EX                                              !1
         18        SEND_VAR_EX                                              !0
         19        DO_FCALL                                      0          
   12    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.83 ms | 1393 KiB | 13 Q