3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db_connection=odbc_connect($config['connection'],$config['username'],$config['password']) || odbc_errormsg(); var_dump($db_connection);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/1YdaO
function name:  (null)
number of ops:  20
compiled vars:  !0 = $db_connection, !1 = $config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'odbc_connect'
          1        CHECK_FUNC_ARG                                           
          2        FETCH_DIM_FUNC_ARG                               $2      !1, 'connection'
          3        SEND_FUNC_ARG                                            $2
          4        CHECK_FUNC_ARG                                           
          5        FETCH_DIM_FUNC_ARG                               $3      !1, 'username'
          6        SEND_FUNC_ARG                                            $3
          7        CHECK_FUNC_ARG                                           
          8        FETCH_DIM_FUNC_ARG                               $4      !1, 'password'
          9        SEND_FUNC_ARG                                            $4
         10        DO_FCALL                                      0  $5      
         11      > JMPNZ_EX                                         ~6      $5, ->15
         12    >   INIT_FCALL_BY_NAME                                       'odbc_errormsg'
         13        DO_FCALL                                      0  $7      
         14        BOOL                                             ~6      $7
         15    >   ASSIGN                                                   !0, ~6
    4    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.01 ms | 1399 KiB | 15 Q