3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.08 ms | 1394 KiB | 17 Q