3v4l.org

run code in 300+ PHP versions simultaneously
<?php $link = mysql_connect('golivefullcom.ipagemysql.com', 'chanchal', '*password*'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_select_db(gotrack); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aLgNn
function name:  (null)
number of ops:  18
compiled vars:  !0 = $link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysql_connect'
          1        SEND_VAL_EX                                              'golivefullcom.ipagemysql.com'
          2        SEND_VAL_EX                                              'chanchal'
          3        SEND_VAL_EX                                              '%2Apassword%2A'
          4        DO_FCALL                                      0  $1      
          5        ASSIGN                                                   !0, $1
    3     6        BOOL_NOT                                         ~3      !0
          7      > JMPZ                                                     ~3, ->12
    4     8    >   INIT_FCALL_BY_NAME                                       'mysql_error'
          9        DO_FCALL                                      0  $4      
         10        CONCAT                                           ~5      'Could+not+connect%3A+', $4
         11      > EXIT                                                     ~5
    6    12    >   ECHO                                                     'Connected+successfully'
    7    13        INIT_FCALL_BY_NAME                                       'mysql_select_db'
         14        FETCH_CONSTANT                                   ~6      'gotrack'
         15        SEND_VAL_EX                                              ~6
         16        DO_FCALL                                      0          
    8    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.56 ms | 1394 KiB | 13 Q