3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_CTYPE, 'en_US'); $start = iconv('utf8','utf8', strftime('%d. %B %Y @ %H:%I:%S', 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/Toilh
function name:  (null)
number of ops:  19
compiled vars:  !0 = $start
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 'en_US'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL_BY_NAME                                       'iconv'
          5        SEND_VAL_EX                                              'utf8'
          6        SEND_VAL_EX                                              'utf8'
          7        INIT_FCALL                                               'strftime'
          8        SEND_VAL                                                 '%25d.+%25B+%25Y+%40+%25H%3A%25I%3A%25S'
          9        INIT_FCALL                                               'strtotime'
         10        SEND_VAL                                                 '2014-05-14+19%3A15%3A00+'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                         $3      
         14        SEND_VAR_NO_REF_EX                                       $3
         15        DO_FCALL                                      0  $4      
         16        ASSIGN                                                   !0, $4
    5    17        ECHO                                                     !0
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.19 ms | 1394 KiB | 19 Q