3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.48 ms | 1394 KiB | 15 Q