3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new \IntlDateFormatter( 'fr_FR', \IntlDateFormatter::NONE, \IntlDateFormatter::NONE, '+00:00' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7JeMt
function name:  (null)
number of ops:  10
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
    8     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.29 ms | 1392 KiB | 13 Q