3v4l.org

run code in 300+ PHP versions simultaneously
<?php $min = 17; $max = 279; $id_list = range($min, $max); shuffle($id_list); printf($id_list); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uVYMC
function name:  (null)
number of ops:  14
compiled vars:  !0 = $min, !1 = $max, !2 = $id_list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 17
    3     1        ASSIGN                                                   !1, 279
    5     2        INIT_FCALL                                               'range'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !2, $5
    6     7        INIT_FCALL                                               'shuffle'
          8        SEND_REF                                                 !2
          9        DO_ICALL                                                 
    8    10        INIT_FCALL                                               'printf'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
   11    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.52 ms | 1394 KiB | 19 Q