3v4l.org

run code in 300+ PHP versions simultaneously
<?php function Datum () { $mesice = array ('ledna', 'února', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince'); return Date ("j"); } echo Datum(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tTL75
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'datum'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
    9     3      > RETURN                                                   1

Function datum:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tTL75
function name:  Datum
number of ops:  6
compiled vars:  !0 = $mesice
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'j'
          3        DO_ICALL                                         $2      
          4      > RETURN                                                   $2
    6     5*     > RETURN                                                   null

End of function datum

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.75 ms | 1396 KiB | 16 Q