3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.1 ms | 1394 KiB | 19 Q