3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array("あ","い","う","え","お","か","き","く","け","こ","さ","し","す","せ","そ","た","ち","つ","て","と","な","に","ぬ","ね","の","は","ひ","ふ","へ","ほ","ま","み","む","め","も","や","ゆ","よ","ら","り","る","れ","ろ","わ","を","ん","が","ぎ","ぐ","げ","ご","ざ","じ","ず","ぜ","ぞ","だ","ぢ","づ","で","ど","ば","び","ぶ","べ","ぼ","ぱ","ぴ","ぷ","ぺ","ぽ"); $count = count($arr)-1; for ($a=0;$a<=$count;$a++) { for ($b=0;$b<=$count;$b++) { for ($c=0;$c<=$count;$c++) { for ($d=0;$d<=$count;$d++) { //print(md5($arr[$a].$arr[$b].$arr[$c].$arr[$d])); if (md5($arr[$a].$arr[$b].$arr[$c].$arr[$d]) === "239363c3075ba1b350aaf62c7e15b574") { print($arr[$a].$arr[$b].$arr[$c].$arr[$d]); exit; } } } } } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 43
Branch analysis from position: 43
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 6
Branch analysis from position: 45
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 40
Branch analysis from position: 40
2 jumps found. (Code = 44) Position 1 = 42, Position 2 = 8
Branch analysis from position: 42
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 6
Branch analysis from position: 45
Branch analysis from position: 6
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 37
Branch analysis from position: 37
2 jumps found. (Code = 44) Position 1 = 39, Position 2 = 10
Branch analysis from position: 39
2 jumps found. (Code = 44) Position 1 = 42, Position 2 = 8
Branch analysis from position: 42
Branch analysis from position: 8
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 34
Branch analysis from position: 34
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 12
Branch analysis from position: 36
2 jumps found. (Code = 44) Position 1 = 39, Position 2 = 10
Branch analysis from position: 39
Branch analysis from position: 10
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 33
Branch analysis from position: 24
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 12
Branch analysis from position: 36
Branch analysis from position: 12
filename:       /in/u342T
function name:  (null)
number of ops:  46
compiled vars:  !0 = $arr, !1 = $count, !2 = $a, !3 = $b, !4 = $c, !5 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        COUNT                                            ~7      !0
          2        SUB                                              ~8      ~7, 1
          3        ASSIGN                                                   !1, ~8
    4     4        ASSIGN                                                   !2, 0
          5      > JMP                                                      ->43
    5     6    >   ASSIGN                                                   !3, 0
          7      > JMP                                                      ->40
    6     8    >   ASSIGN                                                   !4, 0
          9      > JMP                                                      ->37
    7    10    >   ASSIGN                                                   !5, 0
         11      > JMP                                                      ->34
    9    12    >   INIT_FCALL                                               'md5'
         13        FETCH_DIM_R                                      ~14     !0, !2
         14        FETCH_DIM_R                                      ~15     !0, !3
         15        CONCAT                                           ~16     ~14, ~15
         16        FETCH_DIM_R                                      ~17     !0, !4
         17        CONCAT                                           ~18     ~16, ~17
         18        FETCH_DIM_R                                      ~19     !0, !5
         19        CONCAT                                           ~20     ~18, ~19
         20        SEND_VAL                                                 ~20
         21        DO_ICALL                                         $21     
         22        IS_IDENTICAL                                             $21, '239363c3075ba1b350aaf62c7e15b574'
         23      > JMPZ                                                     ~22, ->33
   10    24    >   FETCH_DIM_R                                      ~23     !0, !2
         25        FETCH_DIM_R                                      ~24     !0, !3
         26        CONCAT                                           ~25     ~23, ~24
         27        FETCH_DIM_R                                      ~26     !0, !4
         28        CONCAT                                           ~27     ~25, ~26
         29        FETCH_DIM_R                                      ~28     !0, !5
         30        CONCAT                                           ~29     ~27, ~28
         31        ECHO                                                     ~29
   11    32      > EXIT                                                     
    7    33    >   PRE_INC                                                  !5
         34    >   IS_SMALLER_OR_EQUAL                                      !5, !1
         35      > JMPNZ                                                    ~31, ->12
    6    36    >   PRE_INC                                                  !4
         37    >   IS_SMALLER_OR_EQUAL                                      !4, !1
         38      > JMPNZ                                                    ~33, ->10
    5    39    >   PRE_INC                                                  !3
         40    >   IS_SMALLER_OR_EQUAL                                      !3, !1
         41      > JMPNZ                                                    ~35, ->8
    4    42    >   PRE_INC                                                  !2
         43    >   IS_SMALLER_OR_EQUAL                                      !2, !1
         44      > JMPNZ                                                    ~37, ->6
   17    45    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.65 ms | 1400 KiB | 15 Q