strtotime result makes no sense, php bug?
问题 The following line: echo date('d', strtotime('First Saturday August 2015')); prints 08 , which doesn't seem to make any sense because the first occurrence of a day of the week can't be after the 7th. Is it a php bug or a php bug or maybe even a php bug? I don't know... php version: 5.5.19 回答1: Update #1: explained below the big difference that a simple word like " of " makes, after I investigated a little in the PHP source code. Update #2: There actually is a documentation page on PHP manual