3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num = time(); $num2 = $num + 3600; print_r($num); print_r(PHP_EOL); print_r($num2); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Dhi3J
function name:  (null)
number of ops:  15
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                                                 
    5     8        INIT_FCALL                                               'print_r'
          9        SEND_VAL                                                 '%0A'
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
    7    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1385 KiB | 17 Q