3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.3 ms | 1393 KiB | 13 Q