3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo(mt_rand() . "<br>"); echo(mt_rand() . "<br>"); echo(time().mt_rand() . "<br>"); echo(mt_rand(10,100)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3SgOq
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mt_rand'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      $0, '%3Cbr%3E'
          3        ECHO                                                     ~1
    3     4        INIT_FCALL                                               'mt_rand'
          5        DO_ICALL                                         $2      
          6        CONCAT                                           ~3      $2, '%3Cbr%3E'
          7        ECHO                                                     ~3
    4     8        INIT_FCALL                                               'time'
          9        DO_ICALL                                         $4      
         10        INIT_FCALL                                               'mt_rand'
         11        DO_ICALL                                         $5      
         12        CONCAT                                           ~6      $4, $5
         13        CONCAT                                           ~7      ~6, '%3Cbr%3E'
         14        ECHO                                                     ~7
    5    15        INIT_FCALL                                               'mt_rand'
         16        SEND_VAL                                                 10
         17        SEND_VAL                                                 100
         18        DO_ICALL                                         $8      
         19        ECHO                                                     $8
    6    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.55 ms | 1395 KiB | 17 Q