3v4l.org

run code in 300+ PHP versions simultaneously
<?php define(DB_HOST,"mysql.hostinger.com.ua"); define(DB_USER,"u417690548_lott"); define(DB_PASS,"198928ii"); define(DB_BASS,"u417690548_lott"); define(PAY,0.10); $link = mysqli_connect(DB_HOST,DB_USER,DB_PASS,DB_BASS) or die(mysqli_connect_errno()); mysqli_set_charset($link,'utf8'); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 37, Position 2 = 41
Branch analysis from position: 37
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 41
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tsTVe
function name:  (null)
number of ops:  46
compiled vars:  !0 = $link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        FETCH_CONSTANT                                   ~1      'DB_HOST'
          2        SEND_VAL                                                 ~1
          3        SEND_VAL                                                 'mysql.hostinger.com.ua'
          4        DO_ICALL                                                 
    3     5        INIT_FCALL                                               'define'
          6        FETCH_CONSTANT                                   ~3      'DB_USER'
          7        SEND_VAL                                                 ~3
          8        SEND_VAL                                                 'u417690548_lott'
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'define'
         11        FETCH_CONSTANT                                   ~5      'DB_PASS'
         12        SEND_VAL                                                 ~5
         13        SEND_VAL                                                 '198928ii'
         14        DO_ICALL                                                 
    5    15        INIT_FCALL                                               'define'
         16        FETCH_CONSTANT                                   ~7      'DB_BASS'
         17        SEND_VAL                                                 ~7
         18        SEND_VAL                                                 'u417690548_lott'
         19        DO_ICALL                                                 
    6    20        INIT_FCALL                                               'define'
         21        FETCH_CONSTANT                                   ~9      'PAY'
         22        SEND_VAL                                                 ~9
         23        SEND_VAL                                                 0.1
         24        DO_ICALL                                                 
    7    25        INIT_FCALL_BY_NAME                                       'mysqli_connect'
         26        FETCH_CONSTANT                                   ~11     'DB_HOST'
         27        SEND_VAL_EX                                              ~11
         28        FETCH_CONSTANT                                   ~12     'DB_USER'
         29        SEND_VAL_EX                                              ~12
         30        FETCH_CONSTANT                                   ~13     'DB_PASS'
         31        SEND_VAL_EX                                              ~13
         32        FETCH_CONSTANT                                   ~14     'DB_BASS'
         33        SEND_VAL_EX                                              ~14
         34        DO_FCALL                                      0  $15     
         35        ASSIGN                                           ~16     !0, $15
         36      > JMPNZ_EX                                         ~16     ~16, ->41
         37    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_errno'
         38        DO_FCALL                                      0  $17     
         39      > EXIT                                                     $17
         40*       BOOL                                             ~16     <true>
    8    41    >   INIT_FCALL_BY_NAME                                       'mysqli_set_charset'
         42        SEND_VAR_EX                                              !0
         43        SEND_VAL_EX                                              'utf8'
         44        DO_FCALL                                      0          
    9    45      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.37 ms | 1400 KiB | 15 Q