3v4l.org

run code in 500+ PHP versions simultaneously
<?php $x = urlencode('Xzpq+/F64xwZ/oQ/U4TkTQ=='); echo $x . "\n"; echo urldecode($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QUeXT
function name:  (null)
number of ops:  11
compiled vars:  !0 = $x
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'urlencode'
          1        SEND_VAL                                                     'Xzpq%2B%2FF64xwZ%2FoQ%2FU4TkTQ%3D%3D'
          2        DO_ICALL                                             $1      
          3        ASSIGN                                                       !0, $1
    4     4        CONCAT                                               ~3      !0, '%0A'
          5        ECHO                                                         ~3
    5     6        INIT_FCALL                                                   'urldecode'
          7        SEND_VAR                                                     !0
          8        DO_ICALL                                             $4      
          9        ECHO                                                         $4
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
175.95 ms | 2542 KiB | 15 Q