3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = time(); $then = strtotime(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/2ft2l
function name:  (null)
number of ops:  14
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                                               'strtotime'
          4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $4      
          6        ADD                                              ~5      $4, 100
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !1, $6
    6    10        CONCAT                                           ~8      !0, '%0A'
         11        ECHO                                                     ~8
    7    12        ECHO                                                     !1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.59 ms | 1394 KiB | 17 Q