3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.56 ms | 1394 KiB | 15 Q