3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, 'csy','czech','cs_CZ.UTF-8'); echo strftime( '%B', strtotime( 'next month'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W7A93
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 2
          2        SEND_VAL                                                 'csy'
          3        SEND_VAL                                                 'czech'
          4        SEND_VAL                                                 'cs_CZ.UTF-8'
          5        DO_ICALL                                                 
    3     6        INIT_FCALL                                               'strftime'
          7        SEND_VAL                                                 '%25B'
          8        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 'next+month'
         10        DO_ICALL                                         $1      
         11        SEND_VAR                                                 $1
         12        DO_ICALL                                         $2      
         13        ECHO                                                     $2
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.83 ms | 1394 KiB | 19 Q