3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hex = hash('md5',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/kYlrW
function name:  (null)
number of ops:  18
compiled vars:  !0 = $hex
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'hash'
          1        SEND_VAL                                                 'md5'
          2        INIT_FCALL                                               'hash'
          3        SEND_VAL                                                 'sha256'
          4        SEND_VAL                                                 'ala+ma+kota'
          5        DO_ICALL                                         $1      
          6        SEND_VAR                                                 $1
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    3     9        CONCAT                                           ~4      !0, '+'
         10        INIT_FCALL                                               'base_convert'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 16
         13        SEND_VAL                                                 36
         14        DO_ICALL                                         $5      
         15        CONCAT                                           ~6      ~4, $5
         16        ECHO                                                     ~6
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.68 ms | 1394 KiB | 17 Q