3v4l.org

run code in 300+ PHP versions simultaneously
<?php $days = 90; echo time() . '<br/>'; echo strtotime("-$days days");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GqpG2
function name:  (null)
number of ops:  13
compiled vars:  !0 = $days
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 90
    3     1        INIT_FCALL                                               'time'
          2        DO_ICALL                                         $2      
          3        CONCAT                                           ~3      $2, '%3Cbr%2F%3E'
          4        ECHO                                                     ~3
    4     5        INIT_FCALL                                               'strtotime'
          6        ROPE_INIT                                     3  ~5      '-'
          7        ROPE_ADD                                      1  ~5      ~5, !0
          8        ROPE_END                                      2  ~4      ~5, '+days'
          9        SEND_VAL                                                 ~4
         10        DO_ICALL                                         $7      
         11        ECHO                                                     $7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.1 ms | 1394 KiB | 17 Q