summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-01-24 23:39:09 +0000
committerAntony Dovgal <tony2001@php.net>2006-01-24 23:39:09 +0000
commita9de12c27b37f836689f79bb2165daf6eebd76cb (patch)
treec0177224e461fb2e82e0b615b8316ee116628a5a /README.PARAMETER_PARSING_API
parent0422ad476f298fb1cd7797d038d96e09c5d979e3 (diff)
downloadphp-git-a9de12c27b37f836689f79bb2165daf6eebd76cb.tar.gz
ws
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API2
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