3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('d.m.Y', strtotime(str_replace('/', '-', trim('25/02/2013'))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gKLLa
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'd.m.Y'
          2        INIT_FCALL                                               'strtotime'
          3        INIT_FCALL                                               'str_replace'
          4        SEND_VAL                                                 '%2F'
          5        SEND_VAL                                                 '-'
          6        INIT_FCALL                                               'trim'
          7        SEND_VAL                                                 '25%2F02%2F2013'
          8        DO_ICALL                                         $0      
          9        SEND_VAR                                                 $0
         10        DO_ICALL                                         $1      
         11        SEND_VAR                                                 $1
         12        DO_ICALL                                         $2      
         13        SEND_VAR                                                 $2
         14        DO_ICALL                                         $3      
         15        ECHO                                                     $3
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.75 ms | 1398 KiB | 21 Q