3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = ' ;Head admins "Username" "Password" "abcdefghijk" "ab" "Username2" "Password2" "abcdehl" "ab" ;Admins "Admin" "Password" "abcd" "ab" '; ?> <table width="100%"> <?php $arr = explode("\n;", $str); foreach($arr as $section){ $lines = explode("\n", $section); array_shift($lines); foreach($lines as $line) ?> <tr> <td> <?php print $line . "\n"; ?> </td> </tr> <?php } ?> </table>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 26
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 26
Branch analysis from position: 9
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 20
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 20
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 20
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
filename:       /in/7pW05
function name:  (null)
number of ops:  29
compiled vars:  !0 = $str, !1 = $arr, !2 = $section, !3 = $lines, !4 = $line
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%0A%3BHead+admins%0A%22Username%22+%22Password%22+%22abcdefghijk%22+%22ab%22%0A%22Username2%22+%22Password2%22+%22abcdehl%22+%22ab%22%0A%0A%3BAdmins%0A%22Admin%22+%22Password%22+%22abcd%22+%22ab%22%0A'
   13     1        ECHO                                                     '%3Ctable+width%3D%22100%25%22%3E%0A'
   15     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%0A%3B'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $6      
          6        ASSIGN                                                   !1, $6
   16     7      > FE_RESET_R                                       $8      !1, ->26
          8    > > FE_FETCH_R                                               $8, !2, ->26
   17     9    >   INIT_FCALL                                               'explode'
         10        SEND_VAL                                                 '%0A'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                         $9      
         13        ASSIGN                                                   !3, $9
   18    14        INIT_FCALL                                               'array_shift'
         15        SEND_REF                                                 !3
         16        DO_ICALL                                                 
   19    17      > FE_RESET_R                                       $12     !3, ->20
         18    > > FE_FETCH_R                                               $12, !4, ->20
         19    > > JMP                                                      ->18
         20    >   FE_FREE                                                  $12
   21    21        ECHO                                                     '%3Ctr%3E%0A++++%3Ctd%3E%0A'
   24    22        CONCAT                                           ~13     !4, '%0A'
         23        ECHO                                                     ~13
   26    24        ECHO                                                     '++++%3C%2Ftd%3E%0A%3C%2Ftr%3E%0A'
   16    25      > JMP                                                      ->8
         26    >   FE_FREE                                                  $8
   32    27        ECHO                                                     '%3C%2Ftable%3E'
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.07 ms | 1396 KiB | 17 Q