3v4l.org

run code in 300+ PHP versions simultaneously
<? ini_set('memory_limit', '6400000M'); ini_set('display_errors', 1); error_reporting(E_ALL); $sec1 = 2122396090000914537739 - 2122334690000166340863; echo "$sec1"; echo "<br>"; // array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12) foreach (xrange(2122334690000166340863, 2122396090000914537739) as $number) { echo $number,'<br />'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 20, Position 2 = 24
Branch analysis from position: 20
2 jumps found. (Code = 78) Position 1 = 21, Position 2 = 24
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
filename:       /in/n8NC8
function name:  (null)
number of ops:  26
compiled vars:  !0 = $sec1, !1 = $number
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'memory_limit'
          2        SEND_VAL                                                 '6400000M'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'display_errors'
          6        SEND_VAL                                                 1
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'error_reporting'
          9        SEND_VAL                                                 32767
         10        DO_ICALL                                                 
    5    11        ASSIGN                                                   !0, 6.14e+16
    6    12        CAST                                          6  ~6      !0
         13        ECHO                                                     ~6
    7    14        ECHO                                                     '%3Cbr%3E'
   11    15        INIT_FCALL_BY_NAME                                       'xrange'
         16        SEND_VAL_EX                                              2.12233e+21
         17        SEND_VAL_EX                                              2.1224e+21
         18        DO_FCALL                                      0  $7      
         19      > FE_RESET_R                                       $8      $7, ->24
         20    > > FE_FETCH_R                                               $8, !1, ->24
   12    21    >   ECHO                                                     !1
         22        ECHO                                                     '%3Cbr+%2F%3E'
   11    23      > JMP                                                      ->20
         24    >   FE_FREE                                                  $8
   15    25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.26 ms | 1387 KiB | 17 Q