3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bug_from = 1406625924;echo strftime('%d.%m.%Y %H:%M:%S', strtotime('last day of February next year', $bug_from)); echo ' != '; echo strftime('%d.%m.%Y %H:%M:%S', strtotime('last day of February 2015', $bug_from));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4Y6Pp
function name:  (null)
number of ops:  21
compiled vars:  !0 = $bug_from
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1406625924
          1        INIT_FCALL                                               'strftime'
          2        SEND_VAL                                                 '%25d.%25m.%25Y+%25H%3A%25M%3A%25S'
          3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 'last+day+of+February+next+year'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ECHO                                                     $3
    4    10        ECHO                                                     '+%21%3D+'
    5    11        INIT_FCALL                                               'strftime'
         12        SEND_VAL                                                 '%25d.%25m.%25Y+%25H%3A%25M%3A%25S'
         13        INIT_FCALL                                               'strtotime'
         14        SEND_VAL                                                 'last+day+of+February+2015'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $4      
         17        SEND_VAR                                                 $4
         18        DO_ICALL                                         $5      
         19        ECHO                                                     $5
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.2 ms | 1395 KiB | 17 Q