3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value ='Di, 02.Okt 2012' ; $tempdate = $value; //$tempdate = ($tempdate,-11); echo date('Y-m-d',strtotime($tempdate));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OgIb6
function name:  (null)
number of ops:  11
compiled vars:  !0 = $value, !1 = $tempdate
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Di%2C+02.Okt+2012'
    4     1        ASSIGN                                                   !1, !0
    6     2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y-m-d'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                         $5      
          9        ECHO                                                     $5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.97 ms | 1394 KiB | 17 Q