3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { var $a; var $b; var $c; } $array = array(); for($i=0;$i<=20000;$i++) { $array[]= array('a' => 1, 'b' => 2+$i, 'c' => 3+$i+$i); //$array[]= new test(1,2+$i,3+$i+$i); }
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/qqujD
function name:  (null)
number of ops:  15
compiled vars:  !0 = $array, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   ASSIGN                                                   !0, <array>
   12     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
   14     3    >   INIT_ARRAY                                       ~5      1, 'a'
          4        ADD                                              ~6      2, !1
          5        ADD_ARRAY_ELEMENT                                ~5      ~6, 'b'
          6        ADD                                              ~7      3, !1
          7        ADD                                              ~8      ~7, !1
          8        ADD_ARRAY_ELEMENT                                ~5      ~8, 'c'
          9        ASSIGN_DIM                                               !0
         10        OP_DATA                                                  ~5
   12    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, 20000
         13      > JMPNZ                                                    ~10, ->3
   17    14    > > RETURN                                                   1

Class test: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.51 ms | 1393 KiB | 13 Q