3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, array('fi_FI','finnish','fi_FI.UTF-8','fi_FI@euro')); $date = strftime('%d. %B', strtotime('2013-08-27')); echo $date; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1R6ll
function name:  (null)
number of ops:  14
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 2
          2        SEND_VAL                                                 <array>
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'strftime'
          5        SEND_VAL                                                 '%25d.+%25B'
          6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '2013-08-27'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    5    12        ECHO                                                     !0
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.78 ms | 1385 KiB | 19 Q