Lines Matching refs:debug_info
88 HashTable *debug_info; member
105 if (intern->debug_info != NULL) { in spl_SplOjectStorage_free_storage()
106 zend_hash_destroy(intern->debug_info); in spl_SplOjectStorage_free_storage()
107 efree(intern->debug_info); in spl_SplOjectStorage_free_storage()
329 if (intern->debug_info == NULL) { in spl_object_storage_debug_info()
330 ALLOC_HASHTABLE(intern->debug_info); in spl_object_storage_debug_info()
331 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(props) + 1, 0); in spl_object_storage_debug_info()
334 if (intern->debug_info->nApplyCount == 0) { in spl_object_storage_debug_info()
335 …zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info()
355 zend_symtable_update(intern->debug_info, zname, name_len+1, &storage, sizeof(zval *), NULL); in spl_object_storage_debug_info()
359 return intern->debug_info; in spl_object_storage_debug_info()