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 , strtotime('2016-01-01'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kG65U
function name:  (null)
number of ops:  21
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                                               'strtotime'
         15        SEND_VAL                                                 '2016-01-01'
         16        DO_ICALL                                         $6      
         17        SEND_VAR_NO_REF_EX                                       $6
         18        DO_FCALL                                      0  $7      
         19        ECHO                                                     $7
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.29 ms | 1395 KiB | 18 Q