3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.3 ms | 1394 KiB | 17 Q