3v4l.org

run code in 300+ PHP versions simultaneously
<?php $datefmt = new IntlDateFormatter("de-DE", IntlDateFormatter::LONG, IntlDateFormatter::SHORT, date_default_timezone_get()); print $datefmt->format(time());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6o7Br
function name:  (null)
number of ops:  18
compiled vars:  !0 = $datefmt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'IntlDateFormatter'
          1        SEND_VAL_EX                                              'de-DE'
    3     2        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'LONG'
          3        SEND_VAL_EX                                              ~2
    4     4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'SHORT'
          5        SEND_VAL_EX                                              ~3
    5     6        INIT_FCALL                                               'date_default_timezone_get'
          7        DO_ICALL                                         $4      
          8        SEND_VAR_NO_REF_EX                                       $4
          9        DO_FCALL                                      0          
    2    10        ASSIGN                                                   !0, $1
    7    11        INIT_METHOD_CALL                                         !0, 'format'
         12        INIT_FCALL                                               'time'
         13        DO_ICALL                                         $7      
         14        SEND_VAR_NO_REF_EX                                       $7
         15        DO_FCALL                                      0  $8      
         16        ECHO                                                     $8
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.98 ms | 1386 KiB | 17 Q