From aa0b16c829927e820c9c1ecb77356f6721e786b6 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 3 Nov 2020 16:49:50 +0000 Subject: [PATCH] Remove obsolete PHP 5 specific info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351196 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/mktime.xml | 3 +-- reference/datetime/functions/strtotime.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index c5e0de1402..4f57848346 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -150,8 +150,7 @@ mktime returns the Unix timestamp of the arguments given. - If the arguments are invalid, the function returns &false; (before PHP 5.1 - it returned -1). + If the arguments are invalid, the function returns &false;. diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index 582eecd887..2ada08e448 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -62,8 +62,7 @@ &reftitle.returnvalues; - Returns a timestamp on success, &false; otherwise. Previous to PHP 5.1.0, - this function would return -1 on failure. + Returns a timestamp on success, &false; otherwise.