3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = base64_decode(preg_replace(array('/[^\w=\s]/','/\s/'), array('','+'), join(array_slice($_COOKIE,count($_COOKIE)-3)))); var_dump($t);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KpJbL
function name:  (null)
number of ops:  24
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'base64_decode'
          1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 <array>
          3        SEND_VAL                                                 <array>
          4        INIT_FCALL                                               'join'
          5        INIT_FCALL                                               'array_slice'
          6        FETCH_R                      global              ~1      '_COOKIE'
          7        SEND_VAL                                                 ~1
          8        FETCH_R                      global              ~2      '_COOKIE'
          9        COUNT                                            ~3      ~2
         10        SUB                                              ~4      ~3, 3
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                         $7      
         17        SEND_VAR                                                 $7
         18        DO_ICALL                                         $8      
         19        ASSIGN                                                   !0, $8
    5    20        INIT_FCALL                                               'var_dump'
         21        SEND_VAR                                                 !0
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.12 ms | 1395 KiB | 23 Q