3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = new \IntlDateFormatter( 'fr_FR', IntlDateFormatter::FULL, IntlDateFormatter::FULL ); $fmt->setPattern( "EEEE LLLL y"); $fmt->format( time() );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aE5B4
function name:  (null)
number of ops:  17
compiled vars:  !0 = $fmt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'IntlDateFormatter'
          1        SEND_VAL_EX                                              'fr_FR'
          2        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'FULL'
          3        SEND_VAL_EX                                              ~2
          4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'FULL'
          5        SEND_VAL_EX                                              ~3
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !0, $1
    3     8        INIT_METHOD_CALL                                         !0, 'setPattern'
          9        SEND_VAL_EX                                              'EEEE+LLLL+y'
         10        DO_FCALL                                      0          
    4    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          
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.02 ms | 1394 KiB | 15 Q