3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (rand() * rand()) / rand();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YTKPg
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'rand'
          1        DO_ICALL                                         $0      
          2        INIT_FCALL                                               'rand'
          3        DO_ICALL                                         $1      
          4        MUL                                              ~2      $0, $1
          5        INIT_FCALL                                               'rand'
          6        DO_ICALL                                         $3      
          7        DIV                                              ~4      ~2, $3
          8        ECHO                                                     ~4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.65 ms | 1398 KiB | 15 Q