Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c353 unsigned char *terminator = p; in mb_htmlent_to_wchar() local
354 while (terminator < e && is_html_entity_char(*terminator)) in mb_htmlent_to_wchar()
355 terminator++; in mb_htmlent_to_wchar()
356 if (terminator < e && *terminator == ';') { in mb_htmlent_to_wchar()
364 if (digits == terminator) { in mb_htmlent_to_wchar()
367 while (digits < terminator) { in mb_htmlent_to_wchar()
381 if (digits == terminator) { in mb_htmlent_to_wchar()
397 p = terminator + 1; in mb_htmlent_to_wchar()
399 } else if (terminator > p && terminator < e) { in mb_htmlent_to_wchar()
405 p = terminator + 1; in mb_htmlent_to_wchar()
[all …]
/php-src/ext/standard/tests/url/
H A Dbug47174.phpt2 Bug #47174 (base64_decode() interprets pad char in mid string as terminator)
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_nul_terminator_cases_path.phpt2 Dom\HTMLDocument::createFromFile() - NUL terminator cases path
/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2555 if (ptr >= ptrend || *ptr != (PCRE2_UCHAR)terminator) in read_name()
2869 uint32_t terminator; in parse_regex() local
3361 terminator = (*ptr == CHAR_LESS_THAN_SIGN)? in parse_regex()
3374 if (p >= ptrend || *p != terminator) in parse_regex()
4363 terminator = CHAR_GREATER_THAN_SIGN; in parse_regex()
4676 terminator = CHAR_RIGHT_PARENTHESIS; in parse_regex()
4681 terminator = CHAR_GREATER_THAN_SIGN; in parse_regex()
4683 terminator = CHAR_APOSTROPHE; in parse_regex()
4686 terminator = CHAR_RIGHT_PARENTHESIS; in parse_regex()
4704 else if (terminator == CHAR_RIGHT_PARENTHESIS) in parse_regex()
[all …]
/php-src/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-src/ext/fileinfo/tests/
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
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

Completed in 165 milliseconds