3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.92 ms | 1385 KiB | 15 Q