3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateGame = new DateTime(); //date_modify($dateGame, "+$universeTime Year"); $arrivalTime = date('Y-M-d H:i:s', strtotime("+$flightTimeMin minutes", $dateGame));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WpnXh
function name:  (null)
number of ops:  16
compiled vars:  !0 = $dateGame, !1 = $arrivalTime, !2 = $flightTimeMin
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $3      'DateTime'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $3
    4     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'Y-M-d+H%3Ai%3As'
          5        INIT_FCALL                                               'strtotime'
          6        ROPE_INIT                                     3  ~7      '%2B'
          7        ROPE_ADD                                      1  ~7      ~7, !2
          8        ROPE_END                                      2  ~6      ~7, '+minutes'
          9        SEND_VAL                                                 ~6
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $9      
         12        SEND_VAR                                                 $9
         13        DO_ICALL                                         $10     
         14        ASSIGN                                                   !1, $10
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.58 ms | 1394 KiB | 17 Q