3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.9 ms | 1394 KiB | 17 Q