3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = 0; while($count < 10) { $data = array( 'foo' => '', 'shipper' => '', 'consignee' => '', 'pickup' => '', 'due' => '', 'delivered' => NULL, 'shipper' => time(), ); print_r($data); $count++; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 2
Branch analysis from position: 18
Branch analysis from position: 2
filename:       /in/hT7XF
function name:  (null)
number of ops:  19
compiled vars:  !0 = $count, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    5     1      > JMP                                                      ->16
    8     2    >   INIT_ARRAY                                       ~3      '', 'foo'
    9     3        ADD_ARRAY_ELEMENT                                ~3      '', 'shipper'
   10     4        ADD_ARRAY_ELEMENT                                ~3      '', 'consignee'
   11     5        ADD_ARRAY_ELEMENT                                ~3      '', 'pickup'
   12     6        ADD_ARRAY_ELEMENT                                ~3      '', 'due'
    8     7        ADD_ARRAY_ELEMENT                                ~3      null, 'delivered'
   14     8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $4      
         10        ADD_ARRAY_ELEMENT                                ~3      $4, 'shipper'
    7    11        ASSIGN                                                   !1, ~3
   17    12        INIT_FCALL                                               'print_r'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
   19    15        PRE_INC                                                  !0
    5    16    >   IS_SMALLER                                               !0, 10
         17      > JMPNZ                                                    ~8, ->2
   21    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.45 ms | 1395 KiB | 17 Q