3v4l.org

run code in 300+ PHP versions simultaneously
<?php $con = mysqli_connect("localhost","edgabbmc@localhost","Apple2014!","edgabbmc_db_practice") or die("Some error occurred during connection " . mysqli_error($con)); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ca8ZF
function name:  (null)
number of ops:  15
compiled vars:  !0 = $con
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_connect'
          1        SEND_VAL_EX                                              'localhost'
          2        SEND_VAL_EX                                              'edgabbmc%40localhost'
          3        SEND_VAL_EX                                              'Apple2014%21'
          4        SEND_VAL_EX                                              'edgabbmc_db_practice'
          5        DO_FCALL                                      0  $1      
          6        ASSIGN                                           ~2      !0, $1
          7      > JMPNZ_EX                                         ~2      ~2, ->14
          8    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
          9        SEND_VAR_EX                                              !0
         10        DO_FCALL                                      0  $3      
         11        CONCAT                                           ~4      'Some+error+occurred+during+connection+', $3
         12      > EXIT                                                     ~4
         13*       BOOL                                             ~2      <true>
    3    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.44 ms | 1393 KiB | 13 Q