3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(rawurldecode('Fri%20Oct%2004%202013%2001:00:00%20GMT+0100%20(BST)')); print_r(explode(' ' , rawurldecode('Fri%20Oct%2004%202013%2001:00:00%20GMT+0100%20(BST)'))); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CFuBD
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'rawurldecode'
          2        SEND_VAL                                                 'Fri%2520Oct%252004%25202013%252001%3A00%3A00%2520GMT%2B0100%2520%28BST%29'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    3     6        INIT_FCALL                                               'print_r'
          7        INIT_FCALL                                               'explode'
          8        SEND_VAL                                                 '+'
          9        INIT_FCALL                                               'rawurldecode'
         10        SEND_VAL                                                 'Fri%2520Oct%252004%25202013%252001%3A00%3A00%2520GMT%2B0100%2520%28BST%29'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                         $3      
         14        SEND_VAR                                                 $3
         15        DO_ICALL                                                 
    5    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.7 ms | 1399 KiB | 19 Q