3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo time() . PHP_EOL; echo round(abs(time() - 1387182391) / 60, 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IEVA0
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $0      
          2        CONCAT                                           ~1      $0, '%0A'
          3        ECHO                                                     ~1
    3     4        INIT_FCALL                                               'round'
          5        INIT_FCALL                                               'abs'
          6        INIT_FCALL                                               'time'
          7        DO_ICALL                                         $2      
          8        SUB                                              ~3      $2, 1387182391
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                         $4      
         11        DIV                                              ~5      $4, 60
         12        SEND_VAL                                                 ~5
         13        SEND_VAL                                                 2
         14        DO_ICALL                                         $6      
         15        ECHO                                                     $6
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.33 ms | 1394 KiB | 19 Q