3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = iconv('utf8','utf8', strftime('%d. %B %Y @ %H:%I:%S PM', strtotime('2014-05-14 19:15:00 '))); echo $start;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lag13
function name:  (null)
number of ops:  15
compiled vars:  !0 = $start
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'iconv'
          1        SEND_VAL_EX                                              'utf8'
          2        SEND_VAL_EX                                              'utf8'
          3        INIT_FCALL                                               'strftime'
          4        SEND_VAL                                                 '%25d.+%25B+%25Y+%40+%25H%3A%25I%3A%25S+PM'
          5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '2014-05-14+19%3A15%3A00+'
          7        DO_ICALL                                         $1      
          8        SEND_VAR                                                 $1
          9        DO_ICALL                                         $2      
         10        SEND_VAR_NO_REF_EX                                       $2
         11        DO_FCALL                                      0  $3      
         12        ASSIGN                                                   !0, $3
    4    13        ECHO                                                     !0
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.73 ms | 1386 KiB | 20 Q