/* TODO: handle error */
}
+ if (!object)
+ {
+ zend_error(E_WARNING, "Invalid Satellite class");\
+ return;
+ }
+
/* constructor or normal function? */
if (zend_llist_count(pPropertyReference->elements_list) == 1
&& !strcasecmp(function_name->element.value.str.val, pClass->name))
pval ** orbit_data_handle = NULL;
int type = 0;
+ if (!php_object)
+ return NULL;
+
/* get handle to corba data */
zend_hash_index_find(
php_object->value.obj.properties, /* hash table */