3v4l.org

run code in 300+ PHP versions simultaneously
<?php $server = "//193.9.122.30"; // Datenbankserver $user = "martinsberg"; // Datenbank User $pass = "R6ZLHjvvvcAySS2j"; // Datenbank Passwort $datenbank = "martinsberg"; // Datenbank Name $conn = @mysql_connect($server, $user, $pass); @mysql_select_db($datenbank, $conn); if ($conn!=TRUE) { echo "Verbindungsfehler: ".mysql_error()." !! Versuchen Sie es zu einem sp&auml;teren Zeitpunkt nochmals. Danke."; die; } echo "Connected"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 26
Branch analysis from position: 20
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KsaG7
function name:  (null)
number of ops:  28
compiled vars:  !0 = $server, !1 = $user, !2 = $pass, !3 = $datenbank, !4 = $conn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2F%2F193.9.122.30'
    4     1        ASSIGN                                                   !1, 'martinsberg'
    5     2        ASSIGN                                                   !2, 'R6ZLHjvvvcAySS2j'
    6     3        ASSIGN                                                   !3, 'martinsberg'
    8     4        BEGIN_SILENCE                                    ~9      
          5        INIT_FCALL_BY_NAME                                       'mysql_connect'
          6        SEND_VAR_EX                                              !0
          7        SEND_VAR_EX                                              !1
          8        SEND_VAR_EX                                              !2
          9        DO_FCALL                                      0  $10     
         10        END_SILENCE                                              ~9
         11        ASSIGN                                                   !4, $10
    9    12        BEGIN_SILENCE                                    ~12     
         13        INIT_FCALL_BY_NAME                                       'mysql_select_db'
         14        SEND_VAR_EX                                              !3
         15        SEND_VAR_EX                                              !4
         16        DO_FCALL                                      0          
         17        END_SILENCE                                              ~12
   11    18        BOOL_NOT                                         ~14     !4
         19      > JMPZ                                                     ~14, ->26
   13    20    >   INIT_FCALL_BY_NAME                                       'mysql_error'
         21        DO_FCALL                                      0  $15     
         22        CONCAT                                           ~16     'Verbindungsfehler%3A+', $15
         23        CONCAT                                           ~17     ~16, '+%21%21+Versuchen+Sie+es+zu+einem+sp%26auml%3Bteren+Zeitpunkt+nochmals.+Danke.'
         24        ECHO                                                     ~17
   14    25      > EXIT                                                     
   17    26    >   ECHO                                                     'Connected'
   20    27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.6 ms | 1385 KiB | 13 Q