3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.89 ms | 1394 KiB | 17 Q