3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = '2014-05-22_16-39-50'; echo $d; echo "\n"; echo date('d.m.Y - H:i:s', strtotime($d));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N2sim
function name:  (null)
number of ops:  12
compiled vars:  !0 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '2014-05-22_16-39-50'
    4     1        ECHO                                                     !0
    5     2        ECHO                                                     '%0A'
    6     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'd.m.Y+-+H%3Ai%3As'
          5        INIT_FCALL                                               'strtotime'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                         $3      
         10        ECHO                                                     $3
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.15 ms | 1385 KiB | 17 Q