3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mysqli = mysqli_connect("mysql.s701.sureserver.com", "userconcurso2", "euskalencounter2017?", "seguridad_consurso2"); /* verificar la conexión */ if ($mysqli->connect_errno) { printf("Conexión fallida: %s\n", $mysqli->connect_error); exit(); } $consulta = "SELECT * FROM `euskal_societe`"; if ($resultado = $mysqli->query($consulta)) { /* obtener un array asociativo */ while ($fila = $resultado->fetch_assoc()) { echo $fila["nom"] . '<br>'; } /* liberar el conjunto de resultados */ $resultado->free(); } /* cerrar la conexión */ $mysqli->close(); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 15
Branch analysis from position: 9
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 31
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 22
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 29, Position 2 = 22
Branch analysis from position: 29
Branch analysis from position: 22
Branch analysis from position: 31
filename:       /in/rhGlQ
function name:  (null)
number of ops:  34
compiled vars:  !0 = $mysqli, !1 = $consulta, !2 = $resultado, !3 = $fila
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_connect'
          1        SEND_VAL_EX                                              'mysql.s701.sureserver.com'
          2        SEND_VAL_EX                                              'userconcurso2'
          3        SEND_VAL_EX                                              'euskalencounter2017%3F'
          4        SEND_VAL_EX                                              'seguridad_consurso2'
          5        DO_FCALL                                      0  $4      
          6        ASSIGN                                                   !0, $4
    7     7        FETCH_OBJ_R                                      ~6      !0, 'connect_errno'
          8      > JMPZ                                                     ~6, ->15
    8     9    >   INIT_FCALL                                               'printf'
         10        SEND_VAL                                                 'Conexi%C3%B3n+fallida%3A+%25s%0A'
         11        FETCH_OBJ_R                                      ~7      !0, 'connect_error'
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
    9    14      > EXIT                                                     
   12    15    >   ASSIGN                                                   !1, 'SELECT+%2A+FROM+%60euskal_societe%60'
   14    16        INIT_METHOD_CALL                                         !0, 'query'
         17        SEND_VAR_EX                                              !1
         18        DO_FCALL                                      0  $10     
         19        ASSIGN                                           ~11     !2, $10
         20      > JMPZ                                                     ~11, ->31
   17    21    > > JMP                                                      ->25
   18    22    >   FETCH_DIM_R                                      ~12     !3, 'nom'
         23        CONCAT                                           ~13     ~12, '%3Cbr%3E'
         24        ECHO                                                     ~13
   17    25    >   INIT_METHOD_CALL                                         !2, 'fetch_assoc'
         26        DO_FCALL                                      0  $14     
         27        ASSIGN                                           ~15     !3, $14
         28      > JMPNZ                                                    ~15, ->22
   22    29    >   INIT_METHOD_CALL                                         !2, 'free'
         30        DO_FCALL                                      0          
   26    31    >   INIT_METHOD_CALL                                         !0, 'close'
         32        DO_FCALL                                      0          
   27    33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.7 ms | 1396 KiB | 15 Q