3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result=0; $bignum = 4946144450195624; for (; $bignum > 0; $bignum >>= 5){ $result = (( $bignum & 31 | 64) % 95) + 32; echo chr($result); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 3
Branch analysis from position: 15
Branch analysis from position: 3
filename:       /in/VYI7f
function name:  (null)
number of ops:  16
compiled vars:  !0 = $result, !1 = $bignum
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        ASSIGN                                                   !1, 4946144450195624
    5     2      > JMP                                                      ->13
    6     3    >   BW_AND                                           ~4      !1, 31
          4        BW_OR                                            ~5      ~4, 64
          5        MOD                                              ~6      ~5, 95
          6        ADD                                              ~7      ~6, 32
          7        ASSIGN                                                   !0, ~7
    7     8        INIT_FCALL                                               'chr'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $9      
         11        ECHO                                                     $9
    5    12        ASSIGN_OP                                     7          !1, 5
         13    >   IS_SMALLER                                               0, !1
         14      > JMPNZ                                                    ~11, ->3
    8    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.31 ms | 1410 KiB | 15 Q