3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = 36; $k = 32; $nmk = $n - $k; print "{$n}P{$nmk}\n"; $sum = 1; while($n >= 1) { $sum = $sum * $n * $n--; } $sum = $sum * ($nmk + 1); print "There are $sum posible md5 hashes.\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 11
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 11
Branch analysis from position: 17
Branch analysis from position: 11
filename:       /in/guuPk
function name:  (null)
number of ops:  25
compiled vars:  !0 = $n, !1 = $k, !2 = $nmk, !3 = $sum
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 36
    3     1        ASSIGN                                                   !1, 32
    4     2        SUB                                              ~6      !0, !1
          3        ASSIGN                                                   !2, ~6
    5     4        ROPE_INIT                                     4  ~9      !0
          5        ROPE_ADD                                      1  ~9      ~9, 'P'
          6        ROPE_ADD                                      2  ~9      ~9, !2
          7        ROPE_END                                      3  ~8      ~9, '%0A'
          8        ECHO                                                     ~8
    6     9        ASSIGN                                                   !3, 1
    7    10      > JMP                                                      ->15
    8    11    >   MUL                                              ~12     !3, !0
         12        POST_DEC                                         ~13     !0
         13        MUL                                              ~14     ~12, ~13
         14        ASSIGN                                                   !3, ~14
    7    15    >   IS_SMALLER_OR_EQUAL                                      1, !0
         16      > JMPNZ                                                    ~16, ->11
   10    17    >   ADD                                              ~17     !2, 1
         18        MUL                                              ~18     !3, ~17
         19        ASSIGN                                                   !3, ~18
   12    20        ROPE_INIT                                     3  ~21     'There+are+'
         21        ROPE_ADD                                      1  ~21     ~21, !3
         22        ROPE_END                                      2  ~20     ~21, '+posible+md5+hashes.%0A'
         23        ECHO                                                     ~20
   13    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.43 ms | 1394 KiB | 13 Q