3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ( function_exists( "mysql_connect" ) ) { echo nl2br("\n").mysql_get_server_info(); echo nl2br("\n").mysql_get_host_info(); echo nl2br("\n").mysql_get_client_info(); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 25
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename:       /in/aeHav
function name:  (null)
number of ops:  26
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'function_exists'
          1        SEND_VAL                                                 'mysql_connect'
          2        DO_ICALL                                         $0      
          3      > JMPZ                                                     $0, ->25
    4     4    >   INIT_FCALL                                               'nl2br'
          5        SEND_VAL                                                 '%0A'
          6        DO_ICALL                                         $1      
          7        INIT_FCALL_BY_NAME                                       'mysql_get_server_info'
          8        DO_FCALL                                      0  $2      
          9        CONCAT                                           ~3      $1, $2
         10        ECHO                                                     ~3
    5    11        INIT_FCALL                                               'nl2br'
         12        SEND_VAL                                                 '%0A'
         13        DO_ICALL                                         $4      
         14        INIT_FCALL_BY_NAME                                       'mysql_get_host_info'
         15        DO_FCALL                                      0  $5      
         16        CONCAT                                           ~6      $4, $5
         17        ECHO                                                     ~6
    6    18        INIT_FCALL                                               'nl2br'
         19        SEND_VAL                                                 '%0A'
         20        DO_ICALL                                         $7      
         21        INIT_FCALL_BY_NAME                                       'mysql_get_client_info'
         22        DO_FCALL                                      0  $8      
         23        CONCAT                                           ~9      $7, $8
         24        ECHO                                                     ~9
    7    25    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172 ms | 1395 KiB | 17 Q