Lines Matching refs:name_length

114 	property_info->name = str_estrndup(property_info->name, property_info->name_length);  in zend_duplicate_property_info()
123 property_info->name = str_strndup(property_info->name, property_info->name_length); in zend_duplicate_property_info_internal()
142 static void build_runtime_defined_function_key(zval *result, const char *name, int name_length TSRM… in build_runtime_defined_function_key()
156 Z_STRLEN_P(result) = 1+name_length+strlen(filename)+char_pos_len; in build_runtime_defined_function_key()
1641 class_lcname = do_alloca(CG(active_class_entry)->name_length + 1, use_heap); in zend_do_begin_function_declaration()
1642 …_str_tolower_copy(class_lcname, CG(active_class_entry)->name, CG(active_class_entry)->name_length); in zend_do_begin_function_declaration()
1645 …if ((CG(active_class_entry)->name_length == name_len) && ((CG(active_class_entry)->ce_flags & ZEND… in zend_do_begin_function_declaration()
2231 …NGL(&class_name->u.constant, CG(active_class_entry)->name, CG(active_class_entry)->name_length, 1); in zend_do_resolve_class_name()
3190 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in do_inherit_parent_constructor()
3191 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { in do_inherit_parent_constructor()
3192 lc_parent_class_name = zend_str_tolower_dup(ce->parent->name, ce->parent->name_length); in do_inherit_parent_constructor()
3193 if (!zend_hash_exists(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1) && in do_inherit_parent_constructor()
3194 …zend_hash_find(&ce->parent->function_table, lc_parent_class_name, ce->parent->name_length+1, (void… in do_inherit_parent_constructor()
3197 …zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, s… in do_inherit_parent_constructor()
3308 fe_class_name_len = proto->common.scope->name_length; in zend_do_perform_implementation_check()
3311 fe_class_name_len = fe->common.scope->name_length; in zend_do_perform_implementation_check()
3319 proto_class_name_len = proto->common.scope->parent->name_length; in zend_do_perform_implementation_check()
3322 proto_class_name_len = proto->common.scope->name_length; in zend_do_perform_implementation_check()
3385 memcpy(offset, fptr->common.scope->name, fptr->common.scope->name_length); in zend_get_function_declaration()
3386 offset += fptr->common.scope->name_length; in zend_get_function_declaration()
3410 class_name_len = fptr->common.scope->name_length; in zend_get_function_declaration()
3413 class_name_len = fptr->common.scope->parent->name_length; in zend_get_function_declaration()
4008 } else if (ce->name_length + 1 == mname_len) { in zend_add_magic_methods()
4009 char *lowercase_name = emalloc(ce->name_length + 1); in zend_add_magic_methods()
4010 zend_str_tolower_copy(lowercase_name, ce->name, ce->name_length); in zend_add_magic_methods()
4011 …lowercase_name = (char*)zend_new_interned_string(lowercase_name, ce->name_length + 1, 1 TSRMLS_CC); in zend_add_magic_methods()
4264 zend_uint name_length = strlen(class_name); in zend_traits_init_trait_structures() local
4266 …if (!(cur_precedence->exclude_from_classes[j] = zend_fetch_class(class_name, name_length, ZEND_FET… in zend_traits_init_trait_structures()
4442 prop_name_length = property_info->name_length; in zend_do_traits_property_binding()
4445 zend_unmangle_property_name_ex(property_info->name, property_info->name_length, in zend_do_traits_property_binding()
5178 new_class_entry->name_length = Z_STRLEN(class_name->u.constant); in zend_do_begin_class_declaration()
5204 build_runtime_defined_function_key(&key, lcname, new_class_entry->name_length TSRMLS_CC); in zend_do_begin_class_declaration()
5222 LITERAL_STRINGL(opline->op2, lcname, new_class_entry->name_length, 0); in zend_do_begin_class_declaration()