From 0422ad476f298fb1cd7797d038d96e09c5d979e3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 24 Jan 2006 23:36:13 +0000 Subject: [PATCH] - Update docu --- README.PARAMETER_PARSING_API | 1 + 1 file changed, 1 insertion(+) diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index a051723b5b..9f27864e87 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -37,6 +37,7 @@ Type specifiers b - boolean, stored in zend_bool r - resource (stored in zval) a - array + h - array (returned as HashTable*) o - object (of any type) O - object (of specific type, specified by class entry) z - the actual zval -- 2.40.0