3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.74 ms | 1394 KiB | 15 Q