From 0e729267cddcac493efc84898b665ef518acc186 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 13 Jul 2016 15:25:19 +0000 Subject: [PATCH] Fix parameter name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339656 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/dateperiod/construct.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/datetime/dateperiod/construct.xml b/reference/datetime/dateperiod/construct.xml index 571399e6ac..29e990435b 100644 --- a/reference/datetime/dateperiod/construct.xml +++ b/reference/datetime/dateperiod/construct.xml @@ -205,7 +205,7 @@ foreach ($period as $date) { Unbound numbers of repetitions as specified by ISO 8601 section 4.5 "Recurring time interval" are not supported, i.e. neither passing "R/..." as isostr nor passing - &null; as $end would work. + &null; as end would work.