3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = new IntlDateFormatter( 'ro_RO', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Europe/Bucharest', IntlDateFormatter::GREGORIAN, "dd MM yyyy, H:i" ); echo $fmt->format(0); echo PHP_EOL; echo date ("d M Y, H:i");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/05ntA
function name:  (null)
number of ops:  22
compiled vars:  !0 = $fmt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'IntlDateFormatter'
    3     1        SEND_VAL_EX                                              'ro_RO'
    4     2        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'FULL'
          3        SEND_VAL_EX                                              ~2
    5     4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'FULL'
          5        SEND_VAL_EX                                              ~3
    6     6        SEND_VAL_EX                                              'Europe%2FBucharest'
    7     7        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'GREGORIAN'
          8        SEND_VAL_EX                                              ~4
    8     9        SEND_VAL_EX                                              'dd+MM+yyyy%2C+H%3Ai'
         10        DO_FCALL                                      0          
    2    11        ASSIGN                                                   !0, $1
   10    12        INIT_METHOD_CALL                                         !0, 'format'
         13        SEND_VAL_EX                                              0
         14        DO_FCALL                                      0  $7      
         15        ECHO                                                     $7
   12    16        ECHO                                                     '%0A'
   13    17        INIT_FCALL                                               'date'
         18        SEND_VAL                                                 'd+M+Y%2C+H%3Ai'
         19        DO_ICALL                                         $8      
         20        ECHO                                                     $8
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.78 ms | 1395 KiB | 15 Q