3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(hash_algos() as $v){ $start = microtime(true); echo hash_hmac($v, 'Наглый коричневый лисёнок прыгает вокруг ленивой собаки.', 'secret'); $end[$v] = microtime(true) - $start; } var_dump($end);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 21
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 21
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/9Q5Mj
function name:  (null)
number of ops:  26
compiled vars:  !0 = $v, !1 = $start, !2 = $end
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'hash_algos'
          1        DO_ICALL                                         $3      
          2      > FE_RESET_R                                       $4      $3, ->21
          3    > > FE_FETCH_R                                               $4, !0, ->21
    4     4    >   INIT_FCALL                                               'microtime'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    5     8        INIT_FCALL                                               'hash_hmac'
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 '%D0%9D%D0%B0%D0%B3%D0%BB%D1%8B%D0%B9+%D0%BA%D0%BE%D1%80%D0%B8%D1%87%D0%BD%D0%B5%D0%B2%D1%8B%D0%B9+%D0%BB%D0%B8%D1%81%D1%91%D0%BD%D0%BE%D0%BA+%D0%BF%D1%80%D1%8B%D0%B3%D0%B0%D0%B5%D1%82+%D0%B2%D0%BE%D0%BA%D1%80%D1%83%D0%B3+%D0%BB%D0%B5%D0%BD%D0%B8%D0%B2%D0%BE%D0%B9+%D1%81%D0%BE%D0%B1%D0%B0%D0%BA%D0%B8.'
         11        SEND_VAL                                                 'secret'
         12        DO_ICALL                                         $7      
         13        ECHO                                                     $7
    6    14        INIT_FCALL                                               'microtime'
         15        SEND_VAL                                                 <true>
         16        DO_ICALL                                         $9      
         17        SUB                                              ~10     $9, !1
         18        ASSIGN_DIM                                               !2, !0
         19        OP_DATA                                                  ~10
    3    20      > JMP                                                      ->3
         21    >   FE_FREE                                                  $4
    8    22        INIT_FCALL                                               'var_dump'
         23        SEND_VAR                                                 !2
         24        DO_ICALL                                                 
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.95 ms | 1396 KiB | 21 Q