3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time_concerned = '2014-10-31 02:00:00'; echo strtotime(date('Y-m-d',strtotime($time_concerned))); echo "\r\n"; echo strtotime($time_concerned);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VC93o
function name:  (null)
number of ops:  18
compiled vars:  !0 = $time_concerned
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '2014-10-31+02%3A00%3A00'
    6     1        INIT_FCALL                                               'strtotime'
          2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y-m-d'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                         $4      
         11        ECHO                                                     $4
    7    12        ECHO                                                     '%0D%0A'
    8    13        INIT_FCALL                                               'strtotime'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $5      
         16        ECHO                                                     $5
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
208.69 ms | 1399 KiB | 17 Q