3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hex = hash('crc32b',hash('md5',hash('sha256', "ala ma kota"))); echo $hex . " " . base_convert($hex,16,2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/drufLB
function name:  (null)
number of ops:  22
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                                               'base_convert'
         15        SEND_VAR                                                 !0
         16        SEND_VAL                                                 16
         17        SEND_VAL                                                 2
         18        DO_ICALL                                         $6      
         19        CONCAT                                           ~7      ~5, $6
         20        ECHO                                                     ~7
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.88 ms | 1395 KiB | 17 Q