3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = time(); //$time -= date('s', $time) % 5 + 5; print date('s', $time) . "\n"; $today = date("dmYHi", $time); print "$today\n"; print date('H:i', $time);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4Tu5N
function name:  (null)
number of ops:  23
compiled vars:  !0 = $time, !1 = $today
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    6     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 's'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        CONCAT                                           ~5      $4, '%0A'
          8        ECHO                                                     ~5
    8     9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'dmYHi'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $6      
         13        ASSIGN                                                   !1, $6
    9    14        NOP                                                      
         15        FAST_CONCAT                                      ~8      !1, '%0A'
         16        ECHO                                                     ~8
   11    17        INIT_FCALL                                               'date'
         18        SEND_VAL                                                 'H%3Ai'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $9      
         21        ECHO                                                     $9
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.32 ms | 1395 KiB | 17 Q