3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.03 ms | 1394 KiB | 17 Q