3v4l.org

run code in 300+ PHP versions simultaneously
<? $verbindung = mysql_connect ('rdbms.strato.de', 'U922826', 'peru1999!') or die ("Keine Verbindung zur Datenbank möglich. Benutzername oder Passwort sind falsch!"); mysql_select_db('DB922826') or die ("Die Datenbank existiert nicht."); /* MySQL Verbindungsscript end */ define('DB', '1'); //MYSQLI Verbindung zur Datenbank $mysqli = mysqli_connect("rdbms.strato.de", "U922826", "peru1999!", "DB922826"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } //printf("Initial character set: %s\n", mysqli_character_set_name($mysqli)); if (!mysqli_set_charset($mysqli, "utf8")) { printf("Error loading character set utf8: %s\n", mysqli_error($mysqli)); exit(); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 47) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 36
Branch analysis from position: 29
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 36
2 jumps found. (Code = 43) Position 1 = 42, Position 2 = 50
Branch analysis from position: 42
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 50
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/InJGa
function name:  (null)
number of ops:  51
compiled vars:  !0 = $verbindung, !1 = $mysqli
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysql_connect'
          1        SEND_VAL_EX                                              'rdbms.strato.de'
          2        SEND_VAL_EX                                              'U922826'
          3        SEND_VAL_EX                                              'peru1999%21'
          4        DO_FCALL                                      0  $2      
          5        ASSIGN                                           ~3      !0, $2
          6      > JMPNZ_EX                                         ~3      ~3, ->9
    3     7    > > EXIT                                                     'Keine+Verbindung+zur+Datenbank+m%C3%B6glich.+Benutzername+oder+Passwort+sind+falsch%21'
          8*       BOOL                                             ~3      <true>
    5     9    >   INIT_FCALL_BY_NAME                                       'mysql_select_db'
         10        SEND_VAL_EX                                              'DB922826'
         11        DO_FCALL                                      0  $4      
         12      > JMPNZ_EX                                         ~5      $4, ->15
    6    13    > > EXIT                                                     'Die+Datenbank+existiert+nicht.'
         14*       BOOL                                             ~5      <true>
   10    15    >   INIT_FCALL                                               'define'
         16        SEND_VAL                                                 'DB'
         17        SEND_VAL                                                 '1'
         18        DO_ICALL                                                 
   13    19        INIT_FCALL_BY_NAME                                       'mysqli_connect'
         20        SEND_VAL_EX                                              'rdbms.strato.de'
         21        SEND_VAL_EX                                              'U922826'
         22        SEND_VAL_EX                                              'peru1999%21'
         23        SEND_VAL_EX                                              'DB922826'
         24        DO_FCALL                                      0  $7      
         25        ASSIGN                                                   !1, $7
   15    26        INIT_FCALL_BY_NAME                                       'mysqli_connect_errno'
         27        DO_FCALL                                      0  $9      
         28      > JMPZ                                                     $9, ->36
   16    29    >   INIT_FCALL                                               'printf'
         30        SEND_VAL                                                 'Connect+failed%3A+%25s%0A'
         31        INIT_FCALL_BY_NAME                                       'mysqli_connect_error'
         32        DO_FCALL                                      0  $10     
         33        SEND_VAR                                                 $10
         34        DO_ICALL                                                 
   17    35      > EXIT                                                     
   21    36    >   INIT_FCALL_BY_NAME                                       'mysqli_set_charset'
         37        SEND_VAR_EX                                              !1
         38        SEND_VAL_EX                                              'utf8'
         39        DO_FCALL                                      0  $12     
         40        BOOL_NOT                                         ~13     $12
         41      > JMPZ                                                     ~13, ->50
   22    42    >   INIT_FCALL                                               'printf'
         43        SEND_VAL                                                 'Error+loading+character+set+utf8%3A+%25s%0A'
         44        INIT_FCALL_BY_NAME                                       'mysqli_error'
         45        SEND_VAR_EX                                              !1
         46        DO_FCALL                                      0  $14     
         47        SEND_VAR                                                 $14
         48        DO_ICALL                                                 
   23    49      > EXIT                                                     
   25    50    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.08 ms | 1400 KiB | 17 Q