From 1de813534088d0d7649d445adc6923581fa600ff Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 1 Aug 2009 12:01:14 +0000 Subject: [PATCH] Fixes #47084 Document mktime() E_STRICT with no arguments git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286620 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/mktime.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index ee18dcce85..8adb34f4f3 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -32,6 +32,17 @@ + + &reftitle.notes; + + + As of PHP 5.1, when called with no arguments, mktime + throws an E_STRICT notice: use the + time function instead. + + + + &reftitle.parameters; @@ -161,6 +172,14 @@ as zero. + + 5.1.0 + + When called with no arguments, mktime throws + E_STRICT notice. Use the + time function instead. + + &date.timezone.errors.changelog;