3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = strtotime( "- 1 day" ); print $date."\n".date("d.m.Y @ H:i:s", $date);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/r2iDm
function name:  (null)
number of ops:  12
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '-+1+day'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    5     4        CONCAT                                           ~3      !0, '%0A'
          5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'd.m.Y+%40+H%3Ai%3As'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $4      
          9        CONCAT                                           ~5      ~3, $4
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.93 ms | 1394 KiB | 17 Q