3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo rand(pow(20, 20) - 1, pow(20, 20));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OnZ2p
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'rand'
          1        INIT_FCALL                                               'pow'
          2        SEND_VAL                                                 20
          3        SEND_VAL                                                 20
          4        DO_ICALL                                         $0      
          5        SUB                                              ~1      $0, 1
          6        SEND_VAL                                                 ~1
          7        INIT_FCALL_BY_NAME                                       '%C2%A0pow'
          8        SEND_VAL_EX                                              20
          9        SEND_VAL_EX                                              20
         10        DO_FCALL                                      0  $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                         $3      
         13        ECHO                                                     $3
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.91 ms | 1394 KiB | 17 Q