From 2d5cd8b92bc188927ebd9dd70ff58f733d906e2d Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 6 Nov 2007 09:48:14 +0000 Subject: [PATCH] - Clarify the difference with * and + args --- README.PARAMETER_PARSING_API | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1