3v4l.org

run code in 300+ PHP versions simultaneously
<?php $server = '95.224.164.184:1433'; $username = "sa"; $password = "Idr0s0lart!"; $database = "AHR_IDRO"; #DO NOT EDIT BELOW THIS LINE $conn = mssql_connect($server,$username,$password);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GYNQn
function name:  (null)
number of ops:  11
compiled vars:  !0 = $server, !1 = $username, !2 = $password, !3 = $database, !4 = $conn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '95.224.164.184%3A1433'
    3     1        ASSIGN                                                   !1, 'sa'
    4     2        ASSIGN                                                   !2, 'Idr0s0lart%21'
    5     3        ASSIGN                                                   !3, 'AHR_IDRO'
    8     4        INIT_FCALL_BY_NAME                                       'mssql_connect'
          5        SEND_VAR_EX                                              !0
          6        SEND_VAR_EX                                              !1
          7        SEND_VAR_EX                                              !2
          8        DO_FCALL                                      0  $9      
          9        ASSIGN                                                   !4, $9
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.2 ms | 1384 KiB | 13 Q