diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 13:41:27 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:03 -0700 |
commit | ed2e84e2394b97f710710c6db0366d739422b0fe (patch) | |
tree | feb0eba79f31425ddb9b50395aa7a508a1bd2665 /README.PARAMETER_PARSING_API | |
parent | 7a1e670d762accae231764c83a1ce0d379ef5cad (diff) | |
download | php-git-ed2e84e2394b97f710710c6db0366d739422b0fe.tar.gz |
typo fixes (accommodate, parameter)
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 927e48188c..4579340e5e 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -32,7 +32,7 @@ resources cannot be auto-converted. Type specifiers --------------- The following list shows the type specifier, its meaning and the parameter - types that need to be passed by address. All passed paramaters are set + types that need to be passed by address. All passed parameters are set if the PHP parameter is non optional and untouched if optional and the parameter is not present. The only exception is O where the zend_class_entry* has to be provided on input and is used to verify the PHP parameter is an |