3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = time(); $time = strtotime('08:00:00') - $now; $total = $time * 5; var_dump($total);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SVfHQ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $now, !1 = $time, !2 = $total
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    4     3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 '08%3A00%3A00'
          5        DO_ICALL                                         $5      
          6        SUB                                              ~6      $5, !0
          7        ASSIGN                                                   !1, ~6
    5     8        MUL                                              ~8      !1, 5
          9        ASSIGN                                                   !2, ~8
    7    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.63 ms | 1394 KiB | 19 Q