3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new \IntlDateFormatter('cs_cz', \IntlDateFormatter::FULL, \IntlDateFormatter::FULL); $formatter->setPattern('d. MMMM'); var_dump($formatter->format($date));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Fn4XQ
function name:  (null)
number of ops:  18
compiled vars:  !0 = $formatter, !1 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $2      'IntlDateFormatter'
          1        SEND_VAL_EX                                              'cs_cz'
          2        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'FULL'
          3        SEND_VAL_EX                                              ~3
          4        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'FULL'
          5        SEND_VAL_EX                                              ~4
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !0, $2
    4     8        INIT_METHOD_CALL                                         !0, 'setPattern'
          9        SEND_VAL_EX                                              'd.+MMMM'
         10        DO_FCALL                                      0          
    6    11        INIT_FCALL                                               'var_dump'
         12        INIT_METHOD_CALL                                         !0, 'format'
         13        SEND_VAR_EX                                              !1
         14        DO_FCALL                                      0  $8      
         15        SEND_VAR                                                 $8
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.22 ms | 1394 KiB | 15 Q