3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo substr($this->ci->encrypt->encode(str_shuffle(md5(time())), mt_rand()), 0, 42);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YeuGh
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'substr'
          1        FETCH_THIS                                       $0      
          2        FETCH_OBJ_R                                      ~1      $0, 'ci'
          3        FETCH_OBJ_R                                      ~2      ~1, 'encrypt'
          4        INIT_METHOD_CALL                                         ~2, 'encode'
          5        INIT_FCALL                                               'str_shuffle'
          6        INIT_FCALL                                               'md5'
          7        INIT_FCALL                                               'time'
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                         $4      
         11        SEND_VAR                                                 $4
         12        DO_ICALL                                         $5      
         13        SEND_VAR_NO_REF_EX                                       $5
         14        INIT_FCALL                                               'mt_rand'
         15        DO_ICALL                                         $6      
         16        SEND_VAR_NO_REF_EX                                       $6
         17        DO_FCALL                                      0  $7      
         18        SEND_VAR                                                 $7
         19        SEND_VAL                                                 0
         20        SEND_VAL                                                 42
         21        DO_ICALL                                         $8      
         22        ECHO                                                     $8
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.05 ms | 1395 KiB | 23 Q