3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encodedSecret = "3d3d516343746d4d6d6c315669563362"; $hex = strrev(base64_decode($encodedSecret)); var_dump($hex); $bin = hex2bin($hex); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/S0E3Y
function name:  (null)
number of ops:  16
compiled vars:  !0 = $encodedSecret, !1 = $hex, !2 = $bin
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '3d3d516343746d4d6d6c315669563362'
    5     1        INIT_FCALL                                               'strrev'
          2        INIT_FCALL                                               'base64_decode'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        SEND_VAR                                                 $4
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    6     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
    7    11        INIT_FCALL                                               'hex2bin'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $8      
         14        ASSIGN                                                   !2, $8
    8    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.91 ms | 1394 KiB | 21 Q