3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date('d.m.Y',strtotime('last day of this month'))); print '<br>'; var_dump(date('d.m.Y',strtotime('Last day of this month'))); print '<br>'; var_dump(date('d.m.Y',strtotime('lAst Day of This Month')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7SBZM
function name:  (null)
number of ops:  33
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'd.m.Y'
          3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 'last+day+of+this+month'
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                         $1      
          8        SEND_VAR                                                 $1
          9        DO_ICALL                                                 
    3    10        ECHO                                                     '%3Cbr%3E'
    4    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'd.m.Y'
         14        INIT_FCALL                                               'strtotime'
         15        SEND_VAL                                                 'Last+day+of+this+month'
         16        DO_ICALL                                         $3      
         17        SEND_VAR                                                 $3
         18        DO_ICALL                                         $4      
         19        SEND_VAR                                                 $4
         20        DO_ICALL                                                 
    5    21        ECHO                                                     '%3Cbr%3E'
    6    22        INIT_FCALL                                               'var_dump'
         23        INIT_FCALL                                               'date'
         24        SEND_VAL                                                 'd.m.Y'
         25        INIT_FCALL                                               'strtotime'
         26        SEND_VAL                                                 'lAst+Day+of+This+Month'
         27        DO_ICALL                                         $6      
         28        SEND_VAR                                                 $6
         29        DO_ICALL                                         $7      
         30        SEND_VAR                                                 $7
         31        DO_ICALL                                                 
         32      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.65 ms | 1396 KiB | 19 Q