Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c352 unsigned char *terminator = p; in mb_htmlent_to_wchar() local
353 while (terminator < e && is_html_entity_char(*terminator)) in mb_htmlent_to_wchar()
354 terminator++; in mb_htmlent_to_wchar()
355 if (terminator < e && *terminator == ';') { in mb_htmlent_to_wchar()
363 if (digits == terminator) { in mb_htmlent_to_wchar()
366 while (digits < terminator) { in mb_htmlent_to_wchar()
380 if (digits == terminator) { in mb_htmlent_to_wchar()
396 p = terminator + 1; in mb_htmlent_to_wchar()
398 } else if (terminator > p && terminator < e) { in mb_htmlent_to_wchar()
404 p = terminator + 1; in mb_htmlent_to_wchar()
[all …]
/PHP-8.3/ext/standard/tests/url/
H A Dbug47174.phpt2 Bug #47174 (base64_decode() interprets pad char in mid string as terminator)
/PHP-8.3/ext/standard/tests/strings/
H A Dprint_basic.phpt51 that the here document terminator must appear on a
83 that the here document terminator must appear on a
/PHP-8.3/ext/imap/tests/
H A Dbug40854.phpt2 Bug #40854 (imap_mail_compose() creates an invalid terminator for multipart e-mails)
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2467 if (ptr >= ptrend || *ptr != (PCRE2_UCHAR)terminator) in read_name()
2694 uint32_t terminator; in parse_regex() local
3185 terminator = (*ptr == CHAR_LESS_THAN_SIGN)? in parse_regex()
3198 if (p >= ptrend || *p != terminator) in parse_regex()
4153 terminator = CHAR_GREATER_THAN_SIGN; in parse_regex()
4466 terminator = CHAR_RIGHT_PARENTHESIS; in parse_regex()
4471 terminator = CHAR_GREATER_THAN_SIGN; in parse_regex()
4473 terminator = CHAR_APOSTROPHE; in parse_regex()
4476 terminator = CHAR_RIGHT_PARENTHESIS; in parse_regex()
4494 else if (terminator == CHAR_RIGHT_PARENTHESIS) in parse_regex()
[all …]
/PHP-8.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation4.phpt60 // Empty encoded word with a ? which looks like it should be terminator, but = is missing
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic16121 # in file version 5.32 test for null terminator is only true for
16123 # look for null terminator of 1st entry name
28350 # look for null terminator of 1st member name
H A Dmagic私はガラスを食べられます16121 # in file version 5.32 test for null terminator is only true for
16123 # look for null terminator of 1st entry name
28350 # look for null terminator of 1st member name

Completed in 565 milliseconds