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)'))); echo date('Y-m-d', strtotime('Oct 04 2013')); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qltGS
function name:  (null)
number of ops:  25
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                                                 
    4    16        INIT_FCALL                                               'date'
         17        SEND_VAL                                                 'Y-m-d'
         18        INIT_FCALL                                               'strtotime'
         19        SEND_VAL                                                 'Oct+04+2013'
         20        DO_ICALL                                         $5      
         21        SEND_VAR                                                 $5
         22        DO_ICALL                                         $6      
         23        ECHO                                                     $6
    5    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
250.34 ms | 1395 KiB | 24 Q