3v4l.org

run code in 300+ PHP versions simultaneously
<? $mysqli = mysqli_init(); $mysqli -> real_connect('host', 'user', 'pw', 'db') ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XJpuV
function name:  (null)
number of ops:  10
compiled vars:  !0 = $mysqli
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_init'
          1        DO_FCALL                                      0  $1      
          2        ASSIGN                                                   !0, $1
    5     3        INIT_METHOD_CALL                                         !0, 'real_connect'
          4        SEND_VAL_EX                                              'host'
          5        SEND_VAL_EX                                              'user'
          6        SEND_VAL_EX                                              'pw'
          7        SEND_VAL_EX                                              'db'
          8        DO_FCALL                                      0          
    8     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.33 ms | 1392 KiB | 13 Q