3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql_connect = mysql_connect("localhost","ld7059","Lud1700"); echo "Er is verbinding!"; $sql_db = mysql_select_db("landen"); $sql_result = mysql_query($query); while ($sql_row = mysql_fetch_array($sql_result)) { print($sql_row["land_id"]. "</br>"); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 16
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 16
Branch analysis from position: 24
Branch analysis from position: 16
filename:       /in/e4cg0
function name:  (null)
number of ops:  25
compiled vars:  !0 = $sql_connect, !1 = $sql_db, !2 = $sql_result, !3 = $query, !4 = $sql_row
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                                              'ld7059'
          3        SEND_VAL_EX                                              'Lud1700'
          4        DO_FCALL                                      0  $5      
          5        ASSIGN                                                   !0, $5
    4     6        ECHO                                                     'Er+is+verbinding%21'
    5     7        INIT_FCALL_BY_NAME                                       'mysql_select_db'
          8        SEND_VAL_EX                                              'landen'
          9        DO_FCALL                                      0  $7      
         10        ASSIGN                                                   !1, $7
    6    11        INIT_FCALL_BY_NAME                                       'mysql_query'
         12        SEND_VAR_EX                                              !3
         13        DO_FCALL                                      0  $9      
         14        ASSIGN                                                   !2, $9
    8    15      > JMP                                                      ->19
    9    16    >   FETCH_DIM_R                                      ~11     !4, 'land_id'
         17        CONCAT                                           ~12     ~11, '%3C%2Fbr%3E'
         18        ECHO                                                     ~12
    8    19    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_array'
         20        SEND_VAR_EX                                              !2
         21        DO_FCALL                                      0  $13     
         22        ASSIGN                                           ~14     !4, $13
         23      > JMPNZ                                                    ~14, ->16
   11    24    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.78 ms | 1398 KiB | 13 Q