Lines Matching refs:std
72 zend_object std; member
105 …zend_call_method_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &r… in spl_ptr_heap_cmp_cb_helper()
364 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_heap_object_free_storage()
396 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_heap_object_new_ex()
397 object_properties_init(&intern->std, class_type); in spl_heap_object_new_ex()
490 new_object = &intern->std; in spl_heap_object_clone()
504 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
532 if (!intern->std.properties) { in spl_heap_object_get_debug_info_helper()
533 rebuild_object_properties(&intern->std); in spl_heap_object_get_debug_info_helper()
538 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_heap_object_get_debug_info_helper()
545 …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()