Lines Matching refs:name_length

958 		zend_unmangle_property_name(prop->name, prop->name_length, &class_name, (const char**)&prop_name);  in _property_string()
1011 …if (!zend_binary_strcasecmp((*pce)->name, (*pce)->name_length, hash_key->arKey, hash_key->nKeyLeng… in _extension_class_string()
1197 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); in zend_reflection_class_factory()
1303 ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); in reflection_method_factory()
1324 zend_unmangle_property_name(prop->name, prop->name_length, &class_name, &prop_name); in reflection_property_factory()
1346 ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1); in reflection_property_factory()
2750 ZVAL_STRINGL(classname, mptr->common.scope->name, mptr->common.scope->name_length, 1); in ZEND_METHOD()
3314 ZVAL_STRINGL(classname, Z_OBJCE_P(argument)->name, Z_OBJCE_P(argument)->name_length, 1); in reflection_class_object_ctor()
3331 ZVAL_STRINGL(classname, (*ce)->name, (*ce)->name_length, 1); in reflection_class_object_ctor()
3864 property_info_tmp.name_length = name_len; in ZEND_METHOD()
4396 …add_assoc_zval_ex(return_value, ce->interfaces[i]->name, ce->interfaces[i]->name_length + 1, inter… in ZEND_METHOD()
4419 add_next_index_stringl(return_value, ce->interfaces[i]->name, ce->interfaces[i]->name_length, 1); in ZEND_METHOD()
4443 add_assoc_zval_ex(return_value, ce->traits[i]->name, ce->traits[i]->name_length + 1, trait); in ZEND_METHOD()
4464 add_next_index_stringl(return_value, ce->traits[i]->name, ce->traits[i]->name_length, 1); in ZEND_METHOD()
4842 …zend_unmangle_property_name(property_info->name, property_info->name_length, &class_name, &prop_na… in ZEND_METHOD()
4843 ZVAL_STRINGL(classname, property_info->ce->name, property_info->ce->name_length, 1); in ZEND_METHOD()
4846 ZVAL_STRINGL(classname, ce->name, ce->name_length, 1); in ZEND_METHOD()
4856 reference->prop.name_length = Z_STRLEN_P(propname); in ZEND_METHOD()
5004 zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name); in ZEND_METHOD()
5079 zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name); in ZEND_METHOD()
5101 …if (zend_unmangle_property_name(ref->prop.name, ref->prop.name_length, &class_name, &prop_name) !=… in ZEND_METHOD()
5369 …if (zend_binary_strcasecmp((*pce)->name, (*pce)->name_length, hash_key->arKey, hash_key->nKeyLengt… in add_extension_class()
5376 nlen = (*pce)->name_length; in add_extension_class()