3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = 60; if ($time >= 60){ $rem = $time%60; $time = round($time/60); $time = strval($time); $time = $time.":".$rem." Minutes"; } echo $time;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/ZQTJc
function name:  (null)
number of ops:  18
compiled vars:  !0 = $time, !1 = $rem
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 60
    3     1        IS_SMALLER_OR_EQUAL                                      60, !0
          2      > JMPZ                                                     ~3, ->16
    4     3    >   MOD                                              ~4      !0, 60
          4        ASSIGN                                                   !1, ~4
    5     5        INIT_FCALL                                               'round'
          6        DIV                                              ~6      !0, 60
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        ASSIGN                                                   !0, $7
    6    10        CAST                                          6  ~9      !0
         11        ASSIGN                                                   !0, ~9
    7    12        CONCAT                                           ~11     !0, '%3A'
         13        CONCAT                                           ~12     ~11, !1
         14        CONCAT                                           ~13     ~12, '+Minutes'
         15        ASSIGN                                                   !0, ~13
    9    16    >   ECHO                                                     !0
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.94 ms | 1394 KiB | 15 Q