3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.04 ms | 1386 KiB | 15 Q