3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'pt_BR', 'pt_BR.utf-8', 'pt_BR.utf-8', 'portuguese'); date_default_timezone_set('America/Sao_Paulo'); echo strftime("%d de %B de %Y", strtotime('today'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eI629
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 6
          2        SEND_VAL                                                 'pt_BR'
          3        SEND_VAL                                                 'pt_BR.utf-8'
          4        SEND_VAL                                                 'pt_BR.utf-8'
          5        SEND_VAL                                                 'portuguese'
          6        DO_ICALL                                                 
    3     7        INIT_FCALL                                               'date_default_timezone_set'
          8        SEND_VAL                                                 'America%2FSao_Paulo'
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'strftime'
         11        SEND_VAL                                                 '%25d+de+%25B+de+%25Y'
         12        INIT_FCALL                                               'strtotime'
         13        SEND_VAL                                                 'today'
         14        DO_ICALL                                         $2      
         15        SEND_VAR                                                 $2
         16        DO_ICALL                                         $3      
         17        ECHO                                                     $3
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.68 ms | 1398 KiB | 21 Q