3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data["A"]="AAAA"; $pass="B"; unserialize(urldecode('%73%3a%31%3a%22%70%61%73%73%22%3b%73%3a%34%3a%22%41%41%41%41%22%3b')); var_dump($data["A"] == $pass); //echo urlencode(serialize($data));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rabc1
function name:  (null)
number of ops:  15
compiled vars:  !0 = $data, !1 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'A'
          1        OP_DATA                                                  'AAAA'
    4     2        ASSIGN                                                   !1, 'B'
    6     3        INIT_FCALL                                               'unserialize'
          4        INIT_FCALL                                               'urldecode'
          5        SEND_VAL                                                 '%2573%253a%2531%253a%2522%2570%2561%2573%2573%2522%253b%2573%253a%2534%253a%2522%2541%2541%2541%2541%2522%253b'
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'var_dump'
         10        FETCH_DIM_R                                      ~6      !0, 'A'
         11        IS_EQUAL                                         ~7      !1, ~6
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
   10    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.98 ms | 1394 KiB | 19 Q