summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-01-03 10:39:22 +0000
committerDerick Rethans <derick@php.net>2003-01-03 10:39:22 +0000
commit530e7120b200b2957e3f8075be7f631a3134d597 (patch)
tree04906410502c93d712999e5f35e458b333a640a8 /README.PARAMETER_PARSING_API
parent12192da2c4c5b4cc4c728b70ec58794ff4ba5302 (diff)
downloadphp-git-530e7120b200b2957e3f8075be7f631a3134d597.tar.gz
- Whitespace
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API
index 6893a98246..a051723b5b 100644
--- a/README.PARAMETER_PARSING_API
+++ b/README.PARAMETER_PARSING_API
@@ -42,14 +42,14 @@ Type specifiers
z - the actual zval
The following characters also have a meaning in the specifier string:
- | - indicates that the remaining parameters are optional, they
- should be initialized to default values by the extension since they
- will not be touched by the parsing function if they are not
- passed to it.
- / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
- ! - the parameter it follows can be of specified type or NULL (only applies
- to 'a', 'o', 'O', 'r', and 'z'). If NULL is passed, the results
- pointer is set to NULL as well.
+ | - indicates that the remaining parameters are optional, they
+ should be initialized to default values by the extension since they
+ will not be touched by the parsing function if they are not
+ passed to it.
+ / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
+ ! - the parameter it follows can be of specified type or NULL (only applies
+ to 'a', 'o', 'O', 'r', and 'z'). If NULL is passed, the results
+ pointer is set to NULL as well.
Examples
--------