Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/intl/locale/
H A Dlocale_methods.c363 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
375 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
408 if( strcmp(tag_name , LOC_SCRIPT_TAG)==0 ){ in get_icu_value_internal()
411 if( strcmp(tag_name , LOC_LANG_TAG )==0 ){ in get_icu_value_internal()
414 if( strcmp(tag_name , LOC_REGION_TAG)==0 ){ in get_icu_value_internal()
517 spprintf(&msg , 0, "locale_get_%s : unable to get locale %s", tag_name , tag_name ); in get_icu_value_src_php()
593 if( strcmp(tag_name, DISP_NAME) != 0 ){ in get_icu_disp_value_src_php()
597 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
621 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
642 spprintf(&msg, 0, "locale_get_display_%s : unable to get locale %s", tag_name , tag_name ); in get_icu_disp_value_src_php()
[all …]
/PHP-8.3/ext/xml/
H A Dxml.c591 zend_string *att, *tag_name, *val; in _xml_startElementHandler() local
600 tag_name = _xml_decode_tag(parser, name); in _xml_startElementHandler()
604 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in _xml_startElementHandler()
633 _xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset); in _xml_startElementHandler()
635 add_assoc_string(&tag, "tag", SKIP_TAGSTART(ZSTR_VAL(tag_name))); /* cast to avoid gcc-warning */ in _xml_startElementHandler()
639 parser->ltags[parser->level-1] = estrdup(ZSTR_VAL(tag_name)); in _xml_startElementHandler()
671 zend_string_release_ex(tag_name, 0); in _xml_startElementHandler()
686 zend_string *tag_name = _xml_decode_tag(parser, name); in _xml_endElementHandler() local
690 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in _xml_endElementHandler()
704 _xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset); in _xml_endElementHandler()
[all …]
/PHP-8.3/ext/ffi/
H A Dffi.c116 zend_string *tag_name; member
127 zend_string *tag_name; member
1620 if (type->record.tag_name) { in zend_ffi_ctype_name()
1627 if (type->record.tag_name) { in zend_ffi_ctype_name()
2304 if (type->enumeration.tag_name) { in _zend_ffi_type_dtor()
2309 if (type->record.tag_name) { in _zend_ffi_type_dtor()
6048 type->record.tag_name = NULL;
6734 type->record.tag_name = zend_string_copy(tag_name);
6739 type->record.tag_name = zend_string_copy(tag_name);
6744 type->enumeration.tag_name = zend_string_copy(tag_name);
[all …]

Completed in 31 milliseconds