]> granicus.if.org Git - php/commitdiff
- Whitespace
authorDerick Rethans <derick@php.net>
Fri, 3 Jan 2003 10:39:22 +0000 (10:39 +0000)
committerDerick Rethans <derick@php.net>
Fri, 3 Jan 2003 10:39:22 +0000 (10:39 +0000)
README.PARAMETER_PARSING_API

index 6893a9824611ed07f718fa27e7347c99a62cba55..a051723b5b084c3924156b0498110db2093a093f 100644 (file)
@@ -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
 --------