From a506a10cd6f6501357995bd84508111ff89a2ba2 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 6 Nov 2007 09:48:24 +0000 Subject: [PATCH] MFH --- 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 75c7f97e0d1..1551e8e67e3 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -52,7 +52,8 @@ Type specifiers s - string (with possible null bytes) and its length (char*, int) 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