3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p='abersondermixer12'; for ($i=0;$i<=strlen($p);$i++) { echo md5(substr($p,0,$i)); echo "\n"; } echo mysql_escape_string('abersonder-mixer-po3errrt3'); echo '<br>'; echo md5 (mysql_escape_string('abersonder-mixer-po3errrt3')); echo '<br>'; echo md5('abersonder-mixer-po3errrt3');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
filename:       /in/5YsDf
function name:  (null)
number of ops:  35
compiled vars:  !0 = $p, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'abersondermixer12'
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->14
    5     3    >   INIT_FCALL                                               'md5'
          4        INIT_FCALL                                               'substr'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 0
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        DO_ICALL                                         $5      
         11        ECHO                                                     $5
    6    12        ECHO                                                     '%0A'
    3    13        PRE_INC                                                  !1
         14    >   STRLEN                                           ~7      !0
         15        IS_SMALLER_OR_EQUAL                                      !1, ~7
         16      > JMPNZ                                                    ~8, ->3
   10    17    >   INIT_FCALL_BY_NAME                                       'mysql_escape_string'
         18        SEND_VAL_EX                                              'abersonder-mixer-po3errrt3'
         19        DO_FCALL                                      0  $9      
         20        ECHO                                                     $9
   11    21        ECHO                                                     '%3Cbr%3E'
   12    22        INIT_FCALL                                               'md5'
         23        INIT_FCALL_BY_NAME                                       'mysql_escape_string'
         24        SEND_VAL_EX                                              'abersonder-mixer-po3errrt3'
         25        DO_FCALL                                      0  $10     
         26        SEND_VAR                                                 $10
         27        DO_ICALL                                         $11     
         28        ECHO                                                     $11
   13    29        ECHO                                                     '%3Cbr%3E'
   14    30        INIT_FCALL                                               'md5'
         31        SEND_VAL                                                 'abersonder-mixer-po3errrt3'
         32        DO_ICALL                                         $12     
         33        ECHO                                                     $12
         34      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.99 ms | 1396 KiB | 17 Q