3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<pre>"; $list = array(0,2,4,8,16,32,64); foreach ( $list as $rarity ) { printf("$rarity = %s \n", round(pow($rarity, 1.25))); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 18
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 18
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/OVesV
function name:  (null)
number of ops:  20
compiled vars:  !0 = $list, !1 = $rarity
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     '%3Cpre%3E'
    5     1        ASSIGN                                                   !0, <array>
    6     2      > FE_RESET_R                                       $3      !0, ->18
          3    > > FE_FETCH_R                                               $3, !1, ->18
    7     4    >   INIT_FCALL                                               'printf'
          5        NOP                                                      
          6        FAST_CONCAT                                      ~4      !1, '+%3D+%25s+%0A'
          7        SEND_VAL                                                 ~4
          8        INIT_FCALL                                               'round'
          9        INIT_FCALL                                               'pow'
         10        SEND_VAR                                                 !1
         11        SEND_VAL                                                 1.25
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                                 
    6    17      > JMP                                                      ->3
         18    >   FE_FREE                                                  $3
    8    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.65 ms | 1395 KiB | 19 Q