3v4l.org

run code in 300+ PHP versions simultaneously
<?php $st = "20-05-00"; $ts = strtotime($st); echo(date("D.M.Y",(int)$ts));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9rbmb
function name:  (null)
number of ops:  12
compiled vars:  !0 = $st, !1 = $ts
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '20-05-00'
    3     1        INIT_FCALL                                               'strtotime'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    4     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'D.M.Y'
          7        CAST                                          4  ~5      !1
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
         10        ECHO                                                     $6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.15 ms | 934 KiB | 18 Q