3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo date('Y/m/d H:i:s', strtotime('2013-07-16 17:30:00') + 15 * 3600); echo date('Y/m/d H:i:s')."\n"; echo date('Y/m/d H:i:s', strtotime(date('Y/m/d').' 17:30:00'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ESRQR
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y%2Fm%2Fd+H%3Ai%3As'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%0A'
          4        ECHO                                                     ~1
    4     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'Y%2Fm%2Fd+H%3Ai%3As'
          7        INIT_FCALL                                               'strtotime'
          8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'Y%2Fm%2Fd'
         10        DO_ICALL                                         $2      
         11        CONCAT                                           ~3      $2, '+17%3A30%3A00'
         12        SEND_VAL                                                 ~3
         13        DO_ICALL                                         $4      
         14        SEND_VAR                                                 $4
         15        DO_ICALL                                         $5      
         16        ECHO                                                     $5
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.79 ms | 1394 KiB | 17 Q