3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump([rand(0, 5000000),rand(0, 5000000),rand(0, 5000000)]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/He9ZM
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'rand'
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 5000000
          4        DO_ICALL                                         $0      
          5        INIT_ARRAY                                       ~1      $0
          6        INIT_FCALL                                               'rand'
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 5000000
          9        DO_ICALL                                         $2      
         10        ADD_ARRAY_ELEMENT                                ~1      $2
         11        INIT_FCALL                                               'rand'
         12        SEND_VAL                                                 0
         13        SEND_VAL                                                 5000000
         14        DO_ICALL                                         $3      
         15        ADD_ARRAY_ELEMENT                                ~1      $3
         16        SEND_VAL                                                 ~1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.22 ms | 1394 KiB | 17 Q