3v4l.org

run code in 500+ PHP versions simultaneously
<?php $signed_string = '{"Tzo4OiJzdGRDbGFzcyI6MDp7fQ==":"1","adminhash":null,"ajax":null,"postvars":null}'; 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/I2rmF
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, '%7B%22Tzo4OiJzdGRDbGFzcyI6MDp7fQ%3D%3D%22%3A%221%22%2C%22adminhash%22%3Anull%2C%22ajax%22%3Anull%2C%22postvars%22%3Anull%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.5.0


preferences:
199.49 ms | 3404 KiB | 16 Q