3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateFormat = "d.M.Y, HH:mm"; $formatter = new IntlDateFormatter("de_DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, null, IntlDateFormatter::TRADITIONAL, $dateFormat); echo $formatter->format(1673783541);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SUh6Y
function name:  (null)
number of ops:  18
compiled vars:  !0 = $dateFormat, !1 = $formatter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'd.M.Y%2C+HH%3Amm'
    4     1        NEW                                              $3      'IntlDateFormatter'
          2        SEND_VAL_EX                                              'de_DE'
          3        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'SHORT'
          4        SEND_VAL_EX                                              ~4
          5        FETCH_CLASS_CONSTANT                             ~5      'IntlDateFormatter', 'SHORT'
          6        SEND_VAL_EX                                              ~5
          7        SEND_VAL_EX                                              null
          8        FETCH_CLASS_CONSTANT                             ~6      'IntlDateFormatter', 'TRADITIONAL'
          9        SEND_VAL_EX                                              ~6
         10        SEND_VAR_EX                                              !0
         11        DO_FCALL                                      0          
         12        ASSIGN                                                   !1, $3
    5    13        INIT_METHOD_CALL                                         !1, 'format'
         14        SEND_VAL_EX                                              1673783541
         15        DO_FCALL                                      0  $9      
         16        ECHO                                                     $9
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.63 ms | 1397 KiB | 13 Q