Lines Matching refs:debug_info
79 HashTable *debug_info; member
375 if (intern->debug_info != NULL) { in spl_heap_object_free_storage()
376 zend_hash_destroy(intern->debug_info); in spl_heap_object_free_storage()
377 efree(intern->debug_info); in spl_heap_object_free_storage()
400 intern->debug_info = NULL; in spl_heap_object_new_ex()
535 if (intern->debug_info == NULL) { in spl_heap_object_get_debug_info_helper()
536 ALLOC_HASHTABLE(intern->debug_info); in spl_heap_object_get_debug_info_helper()
537 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
540 if (intern->debug_info->nApplyCount == 0) { in spl_heap_object_get_debug_info_helper()
542 Z_ARRVAL(zrv) = intern->debug_info; in spl_heap_object_get_debug_info_helper()
544 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_heap_object_get_debug_info_helper()
567 return intern->debug_info; in spl_heap_object_get_debug_info_helper()