3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = '2010/2/12'; $t2 = '05/09/2011'; //echo $ut=strtotime($t); //echo date('Y-m-d H:i:s',$ut); echo date('Y-m-d H:i:s',strtotime($t2));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WBkjP
function name:  (null)
number of ops:  11
compiled vars:  !0 = $t, !1 = $t2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2010%2F2%2F12'
    3     1        ASSIGN                                                   !1, '05%2F09%2F2011'
    6     2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          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:
153.58 ms | 1394 KiB | 17 Q