derick Fri Jan 3 05:39:22 2003 EDT Modified files: /php4 README.PARAMETER_PARSING_API Log: - Whitespace Index: php4/README.PARAMETER_PARSING_API diff -u php4/README.PARAMETER_PARSING_API:1.6 php4/README.PARAMETER_PARSING_API:1.7 --- php4/README.PARAMETER_PARSING_API:1.6 Wed Oct 23 17:32:39 2002 +++ php4/README.PARAMETER_PARSING_API Fri Jan 3 05:39:22 2003 @@ -42,14 +42,14 @@ 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 --------
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php