3v4l.org

run code in 300+ PHP versions simultaneously
<?php $registros_segundo = 3; $restante = 480000 - 90000; $total_tempo = $restante * $registros_segundo; echo gmdate("H:i:s", (int)$total_tempo);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6m6u3
function name:  (null)
number of ops:  11
compiled vars:  !0 = $registros_segundo, !1 = $restante, !2 = $total_tempo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 3
    5     1        ASSIGN                                                   !1, 390000
    7     2        MUL                                              ~5      !1, !0
          3        ASSIGN                                                   !2, ~5
    9     4        INIT_FCALL                                               'gmdate'
          5        SEND_VAL                                                 'H%3Ai%3As'
          6        CAST                                          4  ~7      !2
          7        SEND_VAL                                                 ~7
          8        DO_ICALL                                         $8      
          9        ECHO                                                     $8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.21 ms | 1394 KiB | 15 Q