3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sekilas=mysql_query("SELECT * FROM berita ORDER BY id_berita "); while($s=mysql_fetch_array($sekilas)){ echo "<li class='news-item'><a href='tutorial-$s[id_berita]-$s[judul_seo].html'>$s[judul]</a></li>"; }
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 = 5
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 5
Branch analysis from position: 21
Branch analysis from position: 5
filename:       /in/gX9ON
function name:  (null)
number of ops:  22
compiled vars:  !0 = $sekilas, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysql_query'
          1        SEND_VAL_EX                                              'SELECT+%2A+FROM+berita+ORDER+BY+id_berita+'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                                   !0, $2
    3     4      > JMP                                                      ->16
    4     5    >   ROPE_INIT                                     7  ~8      '%3Cli+class%3D%27news-item%27%3E%3Ca+href%3D%27tutorial-'
          6        FETCH_DIM_R                                      ~4      !1, 'id_berita'
          7        ROPE_ADD                                      1  ~8      ~8, ~4
          8        ROPE_ADD                                      2  ~8      ~8, '-'
          9        FETCH_DIM_R                                      ~5      !1, 'judul_seo'
         10        ROPE_ADD                                      3  ~8      ~8, ~5
         11        ROPE_ADD                                      4  ~8      ~8, '.html%27%3E'
         12        FETCH_DIM_R                                      ~6      !1, 'judul'
         13        ROPE_ADD                                      5  ~8      ~8, ~6
         14        ROPE_END                                      6  ~7      ~8, '%3C%2Fa%3E%3C%2Fli%3E'
         15        ECHO                                                     ~7
    3    16    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_array'
         17        SEND_VAR_EX                                              !0
         18        DO_FCALL                                      0  $12     
         19        ASSIGN                                           ~13     !1, $12
         20      > JMPNZ                                                    ~13, ->5
    5    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.48 ms | 939 KiB | 14 Q