Lines Matching refs:std

66 	zend_object       std;  member
85 if (!intern->std.properties) { in spl_array_get_hash_table()
86 rebuild_object_properties(&intern->std); in spl_array_get_hash_table()
88 return intern->std.properties; in spl_array_get_hash_table()
93 if (!intern->std.properties) { in spl_array_get_hash_table()
94 rebuild_object_properties(&intern->std); in spl_array_get_hash_table()
96 return intern->std.properties; in spl_array_get_hash_table()
150 zend_object_std_dtor(&intern->std TSRMLS_CC); in spl_array_object_free_storage()
180 zend_object_std_init(&intern->std, class_type TSRMLS_CC); in spl_array_object_new_ex()
181 object_properties_init(&intern->std, class_type); in spl_array_object_new_ex()
294 new_object = &intern->std; in spl_array_object_clone()
551 zend_property_info *property_info = zend_get_property_info(obj->std.ce, offset, 1 TSRMLS_CC); in spl_array_unset_dimension_ex()
556 obj->std.properties_table[property_info->offset] = NULL; in spl_array_unset_dimension_ex()
804 if (!intern->std.properties) { in spl_array_get_debug_info()
805 rebuild_object_properties(&intern->std); in spl_array_get_debug_info()
808 if (HASH_OF(intern->array) == intern->std.properties) { in spl_array_get_debug_info()
809 return intern->std.properties; in spl_array_get_debug_info()
813 ZEND_INIT_SYMTABLE_EX(intern->debug_info, zend_hash_num_elements(intern->std.properties) + 1, 0); in spl_array_get_debug_info()
818 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info()
920 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects()
1151 …oaded object of type %s is not compatible with %s", Z_OBJCE_PP(array)->name, intern->std.ce->name); in spl_array_set_array()
1418 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
1716 if (!intern->std.properties) { in SPL_METHOD()
1717 rebuild_object_properties(&intern->std); in SPL_METHOD()
1719 Z_ARRVAL(members) = intern->std.properties; in SPL_METHOD()
1823 if (!intern->std.properties) { in SPL_METHOD()
1824 rebuild_object_properties(&intern->std); in SPL_METHOD()
1826 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()