3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.36 ms | 1386 KiB | 21 Q