3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.82 ms | 1394 KiB | 15 Q