3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $end_date=date("Y-m-d H:i:s",strtotime(date("Y-m-d H:i:s"))."-1 Day");;echo ">>>>>>"; echo date("Y-m-d H:i:s", strtotime($end_date)-500*60);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vKULF
function name:  (null)
number of ops:  24
compiled vars:  !0 = $end_date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          2        INIT_FCALL                                               'strtotime'
          3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          5        DO_ICALL                                         $1      
          6        SEND_VAR                                                 $1
          7        DO_ICALL                                         $2      
          8        CONCAT                                           ~3      $2, '-1+Day'
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                         $4      
         11        ASSIGN                                           ~5      !0, $4
         12        ECHO                                                     ~5
         13        ECHO                                                     '%3E%3E%3E%3E%3E%3E'
    3    14        INIT_FCALL                                               'date'
         15        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         16        INIT_FCALL                                               'strtotime'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                         $6      
         19        SUB                                              ~7      $6, 30000
         20        SEND_VAL                                                 ~7
         21        DO_ICALL                                         $8      
         22        ECHO                                                     $8
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.32 ms | 1395 KiB | 17 Q