3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = time(); $then = time() + 100; print $now . "\n"; print $then;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/btUhv
function name:  (null)
number of ops:  11
compiled vars:  !0 = $now, !1 = $then
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    4     3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $4      
          5        ADD                                              ~5      $4, 100
          6        ASSIGN                                                   !1, ~5
    6     7        CONCAT                                           ~7      !0, '%0A'
          8        ECHO                                                     ~7
    7     9        ECHO                                                     !1
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.17 ms | 1394 KiB | 15 Q