3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.75 ms | 1395 KiB | 15 Q