3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date( strtotime( 'today') ); ini_set( 'date.timezone', ''); echo date( strtotime( 'today'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qgPDR
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 'today'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                         $1      
          6        ECHO                                                     $1
    3     7        INIT_FCALL                                               'ini_set'
          8        SEND_VAL                                                 'date.timezone'
          9        SEND_VAL                                                 ''
         10        DO_ICALL                                                 
    4    11        INIT_FCALL                                               'date'
         12        INIT_FCALL                                               'strtotime'
         13        SEND_VAL                                                 'today'
         14        DO_ICALL                                         $3      
         15        SEND_VAR                                                 $3
         16        DO_ICALL                                         $4      
         17        ECHO                                                     $4
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.14 ms | 1394 KiB | 19 Q