3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(DateTimeZone::UTC); var_dump(new IntlDateFormatter("en_US", 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/upMjT
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 1024
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'var_dump'
          4        NEW                                              $1      'IntlDateFormatter'
          5        SEND_VAL_EX                                              'en_US'
          6        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'MEDIUM'
          7        SEND_VAL_EX                                              ~2
          8        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'NONE'
          9        SEND_VAL_EX                                              ~3
         10        NEW                                              $4      'DateTimeZone'
         11        SEND_VAL_EX                                              'UTC'
         12        DO_FCALL                                      0          
         13        SEND_VAR_NO_REF_EX                                       $4
         14        DO_FCALL                                      0          
         15        SEND_VAR                                                 $1
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.22 ms | 1394 KiB | 15 Q