3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = datefmt_create( "en_EN" ,IntlDateFormatter::NONE, IntlDateFormatter::NONE, 'Europe/Paris', IntlDateFormatter::GREGORIAN, 'd MMMM'); echo datefmt_format( $fmt , time());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Kc6iL
function name:  (null)
number of ops:  20
compiled vars:  !0 = $fmt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'datefmt_create'
          1        SEND_VAL_EX                                              'en_EN'
          2        FETCH_CLASS_CONSTANT                             ~1      'IntlDateFormatter', 'NONE'
          3        SEND_VAL_EX                                              ~1
          4        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'NONE'
          5        SEND_VAL_EX                                              ~2
    4     6        SEND_VAL_EX                                              'Europe%2FParis'
          7        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'GREGORIAN'
          8        SEND_VAL_EX                                              ~3
          9        SEND_VAL_EX                                              'd+MMMM'
         10        DO_FCALL                                      0  $4      
    3    11        ASSIGN                                                   !0, $4
    5    12        INIT_FCALL_BY_NAME                                       'datefmt_format'
         13        SEND_VAR_EX                                              !0
         14        INIT_FCALL                                               'time'
         15        DO_ICALL                                         $6      
         16        SEND_VAR_NO_REF_EX                                       $6
         17        DO_FCALL                                      0  $7      
         18        ECHO                                                     $7
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.41 ms | 1395 KiB | 15 Q