From: Jani Taskinen Date: Tue, 6 Nov 2007 09:48:14 +0000 (+0000) Subject: - Clarify the difference with * and + args X-Git-Tag: RELEASE_2_0_0a1~1448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d5cd8b92bc188927ebd9dd70ff58f733d906e2d;p=php - Clarify the difference with * and + args --- diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 9c29b714bc..1511e546d5 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -61,7 +61,8 @@ Type specifiers behaves like 'u' and in nonunicode mode it behaves like 's'. z - the actual zval (zval*) Z - the actual zval (zval**) - * - variable arguments list + * - variable arguments list (0 or more) + + - variable arguments list (1 or more) The following characters also have a meaning in the specifier string: | - indicates that the remaining parameters are optional, they