mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
doy values of 001-009 are allowed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f8a01283bc
commit
975bee39f1
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>doy</literal></entry>
|
||||
<entry>"0"[1-9][0-9] | [1-2][0-9][0-9] | "3"[0-5][0-9] | "36"[0-6]</entry>
|
||||
<entry>"00"[1-9] | "0"[1-9][0-9] | [1-2][0-9][0-9] | "3"[0-5][0-9] | "36"[0-6]</entry>
|
||||
<entry>"36"[0-6] "000", "012", "366"</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue