3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fmt = new IntlDateFormatter( 'en_US', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/Los_Angeles', IntlDateFormatter::GREGORIAN ); echo 'First parsed output is ' . $fmt->parse('Wednesday, December 20, 1989 4:00:00 PM PT');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IP1XV
function name:  (null)
number of ops:  17
compiled vars:  !0 = $fmt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'IntlDateFormatter'
    4     1        SEND_VAL_EX                                              'en_US'
    5     2        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'FULL'
          3        SEND_VAL_EX                                              ~2
    6     4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'FULL'
          5        SEND_VAL_EX                                              ~3
    7     6        SEND_VAL_EX                                              'America%2FLos_Angeles'
    8     7        FETCH_CLASS_CONSTANT                             ~4      'IntlDateFormatter', 'GREGORIAN'
          8        SEND_VAL_EX                                              ~4
          9        DO_FCALL                                      0          
    3    10        ASSIGN                                                   !0, $1
   10    11        INIT_METHOD_CALL                                         !0, 'parse'
         12        SEND_VAL_EX                                              'Wednesday%2C+December+20%2C+1989+4%3A00%3A00+PM+PT'
         13        DO_FCALL                                      0  $7      
         14        CONCAT                                           ~8      'First+parsed+output+is+', $7
         15        ECHO                                                     ~8
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.07 ms | 1393 KiB | 13 Q