3v4l.org

run code in 500+ PHP versions simultaneously
<?php $bug_from = 1406625924; // 29.07.2014 11:25 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/a1CVu
function name:  (null)
number of ops:  21
compiled vars:  !0 = $bug_from
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 1406625924
    3     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_FCALL_BY_NAME                                             
          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_FCALL_BY_NAME                                             
         19        ECHO                                                         $5
         20      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
173.9 ms | 2959 KiB | 15 Q