3v4l.org

run code in 300+ PHP versions simultaneously
<?php $counter = 100; while($counter--) { $obj = new stdCls; $obj->obj = $obj; $obj->string = str_repeat('1', 1024); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
filename:       /in/PIpYR
function name:  (null)
number of ops:  16
compiled vars:  !0 = $counter, !1 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 100
    4     1      > JMP                                                      ->13
    5     2    >   NEW                                              $3      'stdCls'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $3
    6     5        ASSIGN_OBJ                                               !1, 'obj'
          6        OP_DATA                                                  !1
    7     7        INIT_FCALL                                               'str_repeat'
          8        SEND_VAL                                                 '1'
          9        SEND_VAL                                                 1024
         10        DO_ICALL                                         $8      
         11        ASSIGN_OBJ                                               !1, 'string'
         12        OP_DATA                                                  $8
    4    13    >   POST_DEC                                         ~9      !0
         14      > JMPNZ                                                    ~9, ->2
    8    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.33 ms | 1394 KiB | 15 Q