3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new \IntlDateFormatter( \Locale::getDefault(), \IntlDateFormatter::MEDIUM, \IntlDateFormatter::NONE, new \DateTimezone('utc') );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3XnKI
function name:  (null)
number of ops:  15
compiled vars:  !0 = $formatter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'IntlDateFormatter'
    4     1        INIT_STATIC_METHOD_CALL                                  'Locale', 'getDefault'
          2        DO_FCALL                                      0  $2      
          3        SEND_VAR_NO_REF_EX                                       $2
    5     4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'MEDIUM'
          5        SEND_VAL_EX                                              ~3
    6     6        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'NONE'
          7        SEND_VAL_EX                                              ~4
    7     8        NEW                                              $5      'DateTimezone'
          9        SEND_VAL_EX                                              'utc'
         10        DO_FCALL                                      0          
         11        SEND_VAR_NO_REF_EX                                       $5
    3    12        DO_FCALL                                      0          
         13        ASSIGN                                                   !0, $1
    8    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.69 ms | 993 KiB | 13 Q