3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.4 ms | 1386 KiB | 23 Q