3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
233.55 ms | 999 KiB | 16 Q