3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ar_objs = new ArrayObject(); foreach (range(0, 1000) as $iter) { $ar_objs[] = new ArrayObject(range(0, 100000)); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 19
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 19
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/9JSg2
function name:  (null)
number of ops:  21
compiled vars:  !0 = $ar_objs, !1 = $iter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'ArrayObject'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
    5     3        INIT_FCALL                                               'range'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 1000
          6        DO_ICALL                                         $5      
          7      > FE_RESET_R                                       $6      $5, ->19
          8    > > FE_FETCH_R                                               $6, !1, ->19
    6     9    >   NEW                                              $8      'ArrayObject'
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 100000
         13        DO_ICALL                                         $9      
         14        SEND_VAR_NO_REF_EX                                       $9
         15        DO_FCALL                                      0          
         16        ASSIGN_DIM                                               !0
         17        OP_DATA                                                  $8
    5    18      > JMP                                                      ->8
         19    >   FE_FREE                                                  $6
    7    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.29 ms | 1395 KiB | 15 Q