From bf16ceeacd717a01f8b0b2a3f0c039caa4e7097d Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 30 Jun 2009 11:41:27 +0000 Subject: [PATCH] fixed Bug #48734. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283124 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language-snippets.ent b/language-snippets.ent index 075ed06afd..931f78f54e 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -392,7 +392,8 @@ listed here (besides UTC), they only exist for backward compatible reasons. Every call to a date/time function will generate a E_NOTICE -if the time zone is not valid, and/or a E_STRICT message +if the time zone is not valid, and/or a E_STRICT +or E_WARNING message if using the system settings or the TZ environment variable. See also date_default_timezone_set'>