mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixed Bug #48734.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e29b823580
commit
bf16ceeacd
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ listed here (besides UTC), they only exist for backward compatible reasons.
|
|||
|
||||
<!ENTITY date.timezone.errors.description '<para>
|
||||
Every call to a date/time function will generate a <constant>E_NOTICE</constant>
|
||||
if the time zone is not valid, and/or a <constant>E_STRICT</constant> message
|
||||
if the time zone is not valid, and/or a <constant>E_STRICT</constant>
|
||||
or <constant>E_WARNING</constant> message
|
||||
if using the system settings or the <varname>TZ</varname> environment
|
||||
variable. See also <function>date_default_timezone_set</function></para>'>
|
||||
|
||||
|
|
Loading…
Reference in a new issue