3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.77 ms | 1394 KiB | 15 Q