3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hex = hash('sha256', "ala ma kota"); echo $hex . " " . base_convert($hex,16,36);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SgnSd
function name:  (null)
number of ops:  14
compiled vars:  !0 = $hex
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'hash'
          1        SEND_VAL                                                 'sha256'
          2        SEND_VAL                                                 'ala+ma+kota'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    3     5        CONCAT                                           ~3      !0, '+'
          6        INIT_FCALL                                               'base_convert'
          7        SEND_VAR                                                 !0
          8        SEND_VAL                                                 16
          9        SEND_VAL                                                 36
         10        DO_ICALL                                         $4      
         11        CONCAT                                           ~5      ~3, $4
         12        ECHO                                                     ~5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.45 ms | 1394 KiB | 17 Q