3v4l.org

run code in 500+ PHP versions simultaneously
<?php $test = str_repeat("\xFF", 40); echo hash('gost-crypto', $test);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FHX8l
function name:  (null)
number of ops:  11
compiled vars:  !0 = $test
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'str_repeat'
          1        SEND_VAL                                                     '%FF'
          2        SEND_VAL                                                     40
          3        DO_ICALL                                             $1      
          4        ASSIGN                                                       !0, $1
    4     5        INIT_FCALL                                                   'hash'
          6        SEND_VAL                                                     'gost-crypto'
          7        SEND_VAR                                                     !0
          8        DO_ICALL                                             $3      
          9        ECHO                                                         $3
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
151.76 ms | 2537 KiB | 10 Q