Home
last modified time | relevance | path

Searched refs:nl (Results 101 – 125 of 132) sorted by relevance

123456

/PHP-7.4/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_basic.phpt10 ini_set("intl.default_locale", "nl");
H A Dgregoriancalendar___construct_basic.phpt10 ini_set("intl.default_locale", "nl");
H A Dmsgfmt_format_simple_types_numeric_strings.phpt12 //ini_set("intl.default_locale", "nl");
H A Dcalendar_equals_before_after_basic.phpt12 ini_set("intl.default_locale", "nl");
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt10 ini_set("intl.default_locale", "nl");
H A Dcalendar_fromDateTime_error.phpt10 ini_set("intl.default_locale", "nl");
H A Dlocale_get_display_name4.phpt30 'sgn-BE-nl',
149 locale='sgn-BE-nl'
H A Dlocale_get_display_name5.phpt30 'sgn-BE-nl',
149 locale='sgn-BE-nl'
H A Dlocale_get_display_name6.phpt30 'sgn-BE-nl',
149 locale='sgn-BE-nl'
H A Dlocale_get_display_name2.phpt29 'sgn-BE-nl',
148 locale='sgn-BE-nl'
H A Dlocale_get_display_name3.phpt29 'sgn-BE-nl',
148 locale='sgn-BE-nl'
H A Dlocale_get_display_name8.phpt29 'sgn-BE-nl',
148 locale='sgn-BE-nl'
H A Dlocale_get_display_name7.phpt30 'sgn-BE-nl',
149 locale='sgn-BE-nl'
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasMethod_basic.phpt4 Marc Veldman <marc@ibuildings.nl>
H A DReflectionExtension_getClasses_basic.phpt4 Thijs Lensselink <tl@lenss.nl>
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt4 Rick Buitenman <rick@meritos.nl>
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_get_subject_basic.phpt55 string(15) "*.triconnect.nl"
/PHP-7.4/Zend/
H A DMakefile.frag24 …$(SED) -e "s/^#ifndef YYTOKENTYPE/#include \"zend.h\"\\$${nl}#ifndef YYTOKENTYPE/" < $(srcdir)/zen…
H A Dzend_language_scanner.l1139 const char *nl; in strip_multiline_string_indentation() local
1142 nl = next_newline(str, end, &newline_len); in strip_multiline_string_indentation()
1143 if (!nl) { in strip_multiline_string_indentation()
1147 str = nl + newline_len; in strip_multiline_string_indentation()
1148 copy = (char *) nl + newline_len; in strip_multiline_string_indentation()
1151 nl = str; in strip_multiline_string_indentation()
1155 while (str <= end && nl) { in strip_multiline_string_indentation()
1158 if (!nl && newline_at_end) { in strip_multiline_string_indentation()
1159 nl = end; in strip_multiline_string_indentation()
1164 if (str == nl) { in strip_multiline_string_indentation()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c480 char *nl = buf = PHPDBG_G(input_buffer); in PHPDBG_COMMAND() local
482 if (buf == nl + seplen) { in PHPDBG_COMMAND()
483 if (!memcmp(sep, nl, seplen) && (*buf == '\n' || (*buf == '\r' && buf[1] == '\n'))) { in PHPDBG_COMMAND()
484 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
490 nl = buf + 1; in PHPDBG_COMMAND()
494 if (buf != nl && buf <= nl + seplen) { in PHPDBG_COMMAND()
495 smart_str_appendl(&code, PHPDBG_G(input_buffer), nl - PHPDBG_G(input_buffer)); in PHPDBG_COMMAND()
496 PHPDBG_G(input_buflen) = buf - nl; in PHPDBG_COMMAND()
497 memmove(PHPDBG_G(input_buffer), nl, PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1000 c == NLBLOCK->nl[0]) in internal_dfa_match()
1274 c == NLBLOCK->nl[0]) in internal_dfa_match()
1305 c == NLBLOCK->nl[0]) in internal_dfa_match()
1335 c == NLBLOCK->nl[0]) in internal_dfa_match()
1363 c == NLBLOCK->nl[0]) in internal_dfa_match()
1392 c == NLBLOCK->nl[0]) in internal_dfa_match()
3441 mb->nl[0] = CHAR_CR; in pcre2_dfa_match()
3446 mb->nl[0] = CHAR_NL; in pcre2_dfa_match()
3451 mb->nl[0] = CHAR_NUL; in pcre2_dfa_match()
3456 mb->nl[0] = CHAR_CR; in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h749 PCRE2_UCHAR nl[4]; /* Newline string when fixed length */ member
885 PCRE2_UCHAR nl[4]; /* Newline string when fixed */ member
913 PCRE2_UCHAR nl[4]; /* Newline string when fixed */ member
H A Dpcre2_internal.h486 UCHAR21TEST(p) == NLBLOCK->nl[0] && \
487 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \
500 UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
501 (NLBLOCK->nllen == 1 || UCHAR21TEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \
H A Dpcre2_match.c885 UCHAR21TEST(Feptr) == NLBLOCK->nl[0]) in match()
2854 UCHAR21(Feptr) == NLBLOCK->nl[0]) in match()
3107 *Feptr == NLBLOCK->nl[0]) in match()
3620 fc == NLBLOCK->nl[0]) in match()
3748 fc == NLBLOCK->nl[0]) in match()
4437 *Feptr == NLBLOCK->nl[0]) in match()
6562 mb->nl[0] = CHAR_CR; in pcre2_match()
6567 mb->nl[0] = CHAR_NL; in pcre2_match()
6572 mb->nl[0] = CHAR_NUL; in pcre2_match()
6577 mb->nl[0] = CHAR_CR; in pcre2_match()
[all …]
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt152 array( "http://www.sput.nl/~rob/sirius.html", "8932abb5" ),

Completed in 101 milliseconds

123456