3v4l.org

run code in 300+ PHP versions simultaneously
<?php require_once('config.php'); $cerereSQL = 'SELECT * FROM news WHERE id="1" '; $rezultat = mysql_query($cerereSQL); while($rand = mysql_fetch_array($rezultat)) { echo $rand['nume'].' <br> '.$rand['data'].' <br> '.$rand['continut'].' <br>'; } ?>[/code]
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 7
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 7
Branch analysis from position: 21
Branch analysis from position: 7
filename:       /in/4aojs
function name:  (null)
number of ops:  23
compiled vars:  !0 = $cerereSQL, !1 = $rezultat, !2 = $rand
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'config.php', REQUIRE_ONCE
    3     1        ASSIGN                                                   !0, 'SELECT+%2A+FROM+news+WHERE+id%3D%221%22+'
    4     2        INIT_FCALL_BY_NAME                                       'mysql_query'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0  $5      
          5        ASSIGN                                                   !1, $5
    6     6      > JMP                                                      ->16
    8     7    >   FETCH_DIM_R                                      ~7      !2, 'nume'
          8        CONCAT                                           ~8      ~7, '+%3Cbr%3E+'
          9        FETCH_DIM_R                                      ~9      !2, 'data'
         10        CONCAT                                           ~10     ~8, ~9
         11        CONCAT                                           ~11     ~10, '+%3Cbr%3E+'
         12        FETCH_DIM_R                                      ~12     !2, 'continut'
         13        CONCAT                                           ~13     ~11, ~12
         14        CONCAT                                           ~14     ~13, '+%3Cbr%3E'
         15        ECHO                                                     ~14
    6    16    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_array'
         17        SEND_VAR_EX                                              !1
         18        DO_FCALL                                      0  $15     
         19        ASSIGN                                           ~16     !2, $15
         20      > JMPNZ                                                    ~16, ->7
   10    21    >   ECHO                                                     '%5B%2Fcode%5D'
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.31 ms | 1394 KiB | 13 Q