3v4l.org

run code in 300+ PHP versions simultaneously
<?php $received = json_decode('{"signature":"TF\\/Ga+6JJBgs236TyTbvxZoXmsI="'); $my = "TF/Ga+6JJBgs236TyTbvxZoXmsI="; var_dump([ $received, $my, $received == $my ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rcC6T
function name:  (null)
number of ops:  13
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'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        ASSIGN                                                   !1, 'TF%2FGa%2B6JJBgs236TyTbvxZoXmsI%3D'
    4     5        INIT_FCALL                                               'var_dump'
    5     6        INIT_ARRAY                                       ~5      !0
    6     7        ADD_ARRAY_ELEMENT                                ~5      !1
    7     8        IS_EQUAL                                         ~6      !0, !1
          9        ADD_ARRAY_ELEMENT                                ~5      ~6
         10        SEND_VAL                                                 ~5
         11        DO_ICALL                                                 
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.13 ms | 1394 KiB | 17 Q