3v4l.org

run code in 300+ PHP versions simultaneously
<?php $shard = floor(crc32('/Rogue') % 20); echo sprintf('%s:redirects:%s', 'sk', $shard);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fmBKX
function name:  (null)
number of ops:  15
compiled vars:  !0 = $shard
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'floor'
          1        INIT_FCALL                                               'crc32'
          2        SEND_VAL                                                 '%2FRogue'
          3        DO_ICALL                                         $1      
          4        MOD                                              ~2      $1, 20
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !0, $3
    5     8        INIT_FCALL                                               'sprintf'
          9        SEND_VAL                                                 '%25s%3Aredirects%3A%25s'
         10        SEND_VAL                                                 'sk'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.91 ms | 1398 KiB | 19 Q