diff options
author | Antony Dovgal <tony2001@php.net> | 2006-01-24 23:39:09 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-01-24 23:39:09 +0000 |
commit | a9de12c27b37f836689f79bb2165daf6eebd76cb (patch) | |
tree | c0177224e461fb2e82e0b615b8316ee116628a5a /README.PARAMETER_PARSING_API | |
parent | 0422ad476f298fb1cd7797d038d96e09c5d979e3 (diff) | |
download | php-git-a9de12c27b37f836689f79bb2165daf6eebd76cb.tar.gz |
ws
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 9f27864e87..b690e3fe8a 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -37,7 +37,7 @@ Type specifiers b - boolean, stored in zend_bool r - resource (stored in zval) a - array - h - array (returned as HashTable*) + h - array (returned as HashTable*) o - object (of any type) O - object (of specific type, specified by class entry) z - the actual zval |