3v4l.org

run code in 300+ PHP versions simultaneously
<?php $signed_string = 'a:4:{s:28:"Tzo4OiJzdGRDbGFzcyI6MDp7fQ==";s:1:"1";s:9:"adminhash";N;s:4:"ajax";N;s:8:"postvars";N;}'; var_dump($signed_string, base64_decode($signed_string), unserialize(base64_decode($signed_string)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9Xv1f
function name:  (null)
number of ops:  16
compiled vars:  !0 = $signed_string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'a%3A4%3A%7Bs%3A28%3A%22Tzo4OiJzdGRDbGFzcyI6MDp7fQ%3D%3D%22%3Bs%3A1%3A%221%22%3Bs%3A9%3A%22adminhash%22%3BN%3Bs%3A4%3A%22ajax%22%3BN%3Bs%3A8%3A%22postvars%22%3BN%3B%7D'
    5     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'base64_decode'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        INIT_FCALL                                               'unserialize'
          8        INIT_FCALL                                               'base64_decode'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                         $4      
         13        SEND_VAR                                                 $4
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.9 ms | 999 KiB | 16 Q