3v4l.org

run code in 300+ PHP versions simultaneously
<?php while(1){ array_sum(range(0, pow(2.0, 100000000))); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 1
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 1
Branch analysis from position: 13
Branch analysis from position: 1
filename:       /in/vV9j0
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->12
    3     1    >   INIT_FCALL                                               'array_sum'
          2        INIT_FCALL                                               'range'
          3        SEND_VAL                                                 0
          4        INIT_FCALL                                               'pow'
          5        SEND_VAL                                                 2
          6        SEND_VAL                                                 100000000
          7        DO_ICALL                                         $0      
          8        SEND_VAR                                                 $0
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
         11        DO_ICALL                                                 
    2    12    > > JMPNZ                                                    1, ->1
    4    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.08 ms | 1399 KiB | 19 Q