3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo intval((strtotime(date("Y-m-d H")." UTC")-69) * 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BBuRY
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d+H'
          3        DO_ICALL                                         $0      
          4        CONCAT                                           ~1      $0, '+UTC'
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                         $2      
          7        SUB                                              ~3      $2, 69
          8        MUL                                              ~4      ~3, 2
          9        CAST                                          4  ~5      ~4
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.39 ms | 1394 KiB | 17 Q