3v4l.org

run code in 300+ PHP versions simultaneously
<?php $received = strval(json_decode('{"signature":"TF\\/Ga+6JJBgs236TyTbvxZoXmsI="}')->signature); $my = "TF/Ga+6JJBgs236TyTbvxZoXmsI="; var_dump([ $received, urldecode($received), $my, $received == $my ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DjBQY
function name:  (null)
number of ops:  19
compiled vars:  !0 = $received, !1 = $my
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_decode'
          1        SEND_VAL                                                 '%7B%22signature%22%3A%22TF%5C%2FGa%2B6JJBgs236TyTbvxZoXmsI%3D%22%7D'
          2        DO_ICALL                                         $2      
          3        FETCH_OBJ_R                                      ~3      $2, 'signature'
          4        CAST                                          6  ~4      ~3
          5        ASSIGN                                                   !0, ~4
    3     6        ASSIGN                                                   !1, 'TF%2FGa%2B6JJBgs236TyTbvxZoXmsI%3D'
    4     7        INIT_FCALL                                               'var_dump'
    5     8        INIT_ARRAY                                       ~7      !0
    6     9        INIT_FCALL                                               'urldecode'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $8      
         12        ADD_ARRAY_ELEMENT                                ~7      $8
    7    13        ADD_ARRAY_ELEMENT                                ~7      !1
    8    14        IS_EQUAL                                         ~9      !0, !1
         15        ADD_ARRAY_ELEMENT                                ~7      ~9
         16        SEND_VAL                                                 ~7
         17        DO_ICALL                                                 
    9    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.65 ms | 1395 KiB | 19 Q