3v4l.org

run code in 300+ PHP versions simultaneously
<?php $toMin = 5; echo date('i', ($toMin*60).':'.'00');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0gkq6
function name:  (null)
number of ops:  10
compiled vars:  !0 = $toMin
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 5
    4     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'i'
          3        MUL                                              ~2      !0, 60
          4        CONCAT                                           ~3      ~2, '%3A'
          5        CONCAT                                           ~4      ~3, '00'
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                         $5      
          8        ECHO                                                     $5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.95 ms | 1398 KiB | 15 Q