3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $end_date=date("Y-m-d H:i:s",strtotime("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/5Ka4M
function name:  (null)
number of ops:  21
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        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          4        DO_ICALL                                         $1      
          5        CONCAT                                           ~2      $1, '-1+Day'
          6        SEND_VAL                                                 ~2
          7        DO_ICALL                                         $3      
          8        ASSIGN                                           ~4      !0, $3
          9        ECHO                                                     ~4
         10        ECHO                                                     '%3E%3E%3E%3E%3E%3E'
    3    11        INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         13        INIT_FCALL                                               'strtotime'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $5      
         16        SUB                                              ~6      $5, 30000
         17        SEND_VAL                                                 ~6
         18        DO_ICALL                                         $7      
         19        ECHO                                                     $7
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.71 ms | 1395 KiB | 17 Q