3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo time()+(2*24*60*60), ' ', time()+(2*26*60*60);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7tJ9h
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $0      
          2        ADD                                              ~1      $0, 172800
          3        ECHO                                                     ~1
          4        ECHO                                                     '+'
          5        INIT_FCALL                                               'time'
          6        DO_ICALL                                         $2      
          7        ADD                                              ~3      $2, 187200
          8        ECHO                                                     ~3
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.31 ms | 1398 KiB | 15 Q