3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = time(); //$m1 = date_i18n("F-Y",$date); $end = $date + ($res * 60); //$m2 = date_i18n("F-Y",$end); echo $date; echo $end; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KPmEn
function name:  (null)
number of ops:  9
compiled vars:  !0 = $date, !1 = $end, !2 = $res
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    4     3        MUL                                              ~5      !2, 60
          4        ADD                                              ~6      !0, ~5
          5        ASSIGN                                                   !1, ~6
    6     6        ECHO                                                     !0
    7     7        ECHO                                                     !1
    8     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.24 ms | 1393 KiB | 15 Q