3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.04 ms | 1395 KiB | 19 Q