3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.09 ms | 1394 KiB | 19 Q