3v4l.org

run code in 300+ PHP versions simultaneously
<?php 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/PIkhu
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '+'
          3        INIT_FCALL                                               'rawurldecode'
          4        SEND_VAL                                                 'Fri%2520Oct%252004%25202013%252001%3A00%3A00%2520GMT%2B0100%2520%28BST%29'
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                         $1      
          8        SEND_VAR                                                 $1
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 'Y-m-d'
         12        INIT_FCALL                                               'strtotime'
         13        SEND_VAL                                                 'Oct+04+2013'
         14        DO_ICALL                                         $3      
         15        SEND_VAR                                                 $3
         16        DO_ICALL                                         $4      
         17        ECHO                                                     $4
    5    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.76 ms | 1394 KiB | 23 Q