3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rand = rand(25,45); $new_date = date('H:i:s', strtotime($last_bid_time . '+ '.$rand.' seconds')); echo $new_date;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q9Apn
function name:  (null)
number of ops:  18
compiled vars:  !0 = $rand, !1 = $new_date, !2 = $last_bid_time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'rand'
          1        SEND_VAL                                                 25
          2        SEND_VAL                                                 45
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    3     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'H%3Ai%3As'
          7        INIT_FCALL                                               'strtotime'
          8        CONCAT                                           ~5      !2, '%2B+'
          9        CONCAT                                           ~6      ~5, !0
         10        CONCAT                                           ~7      ~6, '+seconds'
         11        SEND_VAL                                                 ~7
         12        DO_ICALL                                         $8      
         13        SEND_VAR                                                 $8
         14        DO_ICALL                                         $9      
         15        ASSIGN                                                   !1, $9
    4    16        ECHO                                                     !1
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.41 ms | 1394 KiB | 19 Q