3v4l.org

run code in 300+ PHP versions simultaneously
<?php $monthArray = array( "", "января", "февраля", "марта", "апреля", "мая", "июня", "июля", "августа", "сентября", "октября", "ноября", "декабря" ); $currentDateString = date('d ').$monthArray[intval(date('n'))].date(' Y H:i'); echo $currentDateString;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FcvGE
function name:  (null)
number of ops:  17
compiled vars:  !0 = $monthArray, !1 = $currentDateString
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   17     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'd+'
          3        DO_ICALL                                         $3      
          4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'n'
          6        DO_ICALL                                         $4      
          7        CAST                                          4  ~5      $4
          8        FETCH_DIM_R                                      ~6      !0, ~5
          9        CONCAT                                           ~7      $3, ~6
         10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 '+Y+H%3Ai'
         12        DO_ICALL                                         $8      
         13        CONCAT                                           ~9      ~7, $8
         14        ASSIGN                                                   !1, ~9
   18    15        ECHO                                                     !1
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.91 ms | 1394 KiB | 15 Q