3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.95 ms | 1394 KiB | 15 Q