3v4l.org

run code in 300+ PHP versions simultaneously
<?php mysql_connect("localhost","root","passwordnya"); mysql_select_db("nama_database") or die("Error: Database tidak ditemukan"); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NoN63
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysql_connect'
          1        SEND_VAL_EX                                              'localhost'
          2        SEND_VAL_EX                                              'root'
          3        SEND_VAL_EX                                              'passwordnya'
          4        DO_FCALL                                      0          
    3     5        INIT_FCALL_BY_NAME                                       'mysql_select_db'
          6        SEND_VAL_EX                                              'nama_database'
          7        DO_FCALL                                      0  $1      
          8      > JMPNZ_EX                                         ~2      $1, ->11
          9    > > EXIT                                                     'Error%3A+Database+tidak+ditemukan'
         10*       BOOL                                             ~2      <true>
    4    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.15 ms | 1393 KiB | 13 Q