{
zend_class_entry ce, *tmp;
- zend_hash_init(&com_dotnet_object_properties, 0, NULL, NULL, 0);
-
php_com_wrapper_minit(INIT_FUNC_ARGS_PASSTHRU);
php_com_persist_minit(INIT_FUNC_ARGS_PASSTHRU);
#include "php_com_dotnet_internal.h"
#include "Zend/zend_exceptions.h"
-const HashTable com_dotnet_object_properties;
-
static zval *com_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv)
{
php_com_dotnet_object *obj;
* infinite recursion when the hash is displayed via var_dump().
* Perhaps it is best to leave it un-implemented.
*/
- return &com_dotnet_object_properties;
+ return &zend_empty_array;
}
static void function_dtor(zval *zv)