3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); foreach(range(rand(1000, 5000), rand(5001, 7000)) as $key => $value) { $a[] = md5($key) . md5(uniqid(rand(4, 100)) . $value . 'zxc'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 35
Branch analysis from position: 14
2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 35
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
filename:       /in/SIZFr
function name:  (null)
number of ops:  37
compiled vars:  !0 = $a, !1 = $value, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'range'
          2        INIT_FCALL                                               'rand'
          3        SEND_VAL                                                 1000
          4        SEND_VAL                                                 5000
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        INIT_FCALL                                               'rand'
          8        SEND_VAL                                                 5001
          9        SEND_VAL                                                 7000
         10        DO_ICALL                                         $5      
         11        SEND_VAR                                                 $5
         12        DO_ICALL                                         $6      
         13      > FE_RESET_R                                       $7      $6, ->35
         14    > > FE_FETCH_R                                       ~8      $7, !1, ->35
         15    >   ASSIGN                                                   !2, ~8
    4    16        INIT_FCALL                                               'md5'
         17        SEND_VAR                                                 !2
         18        DO_ICALL                                         $11     
         19        INIT_FCALL                                               'md5'
         20        INIT_FCALL                                               'uniqid'
         21        INIT_FCALL                                               'rand'
         22        SEND_VAL                                                 4
         23        SEND_VAL                                                 100
         24        DO_ICALL                                         $12     
         25        SEND_VAR                                                 $12
         26        DO_ICALL                                         $13     
         27        CONCAT                                           ~14     $13, !1
         28        CONCAT                                           ~15     ~14, 'zxc'
         29        SEND_VAL                                                 ~15
         30        DO_ICALL                                         $16     
         31        CONCAT                                           ~17     $11, $16
         32        ASSIGN_DIM                                               !0
         33        OP_DATA                                                  ~17
    3    34      > JMP                                                      ->14
         35    >   FE_FREE                                                  $7
    5    36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.23 ms | 1396 KiB | 21 Q