3v4l.org

run code in 300+ PHP versions simultaneously
<?php $registry = []; for ($i=0;$i<=100000;$i++) { $object = new stdClass(); $registry[spl_object_id($object)] = $object; }
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 = 14, Position 2 = 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
Branch analysis from position: 3
filename:       /in/WCYb8
function name:  (null)
number of ops:  15
compiled vars:  !0 = $registry, !1 = $i, !2 = $object
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
    6     3    >   NEW                                              $5      'stdClass'
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !2, $5
    7     6        INIT_FCALL                                               'spl_object_id'
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                         $8      
          9        ASSIGN_DIM                                               !0, $8
         10        OP_DATA                                                  !2
    5    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, 100000
         13      > JMPNZ                                                    ~11, ->3
    8    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.42 ms | 1394 KiB | 15 Q