3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new \IntlDateFormatter( 'fr_FR', \IntlDateFormatter::NONE, \IntlDateFormatter::NONE, '+00:00' ); var_dump($formatter);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iM3TL
function name:  (null)
number of ops:  13
compiled vars:  !0 = $formatter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'IntlDateFormatter'
    4     1        SEND_VAL_EX                                              'fr_FR'
    5     2        FETCH_CLASS_CONSTANT                             ~2      'IntlDateFormatter', 'NONE'
          3        SEND_VAL_EX                                              ~2
    6     4        FETCH_CLASS_CONSTANT                             ~3      'IntlDateFormatter', 'NONE'
          5        SEND_VAL_EX                                              ~3
    7     6        SEND_VAL_EX                                              '%2B00%3A00'
          7        DO_FCALL                                      0          
    3     8        ASSIGN                                                   !0, $1
   10     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.59 ms | 1394 KiB | 15 Q