Home
last modified time | relevance | path

Searched refs:NEWLINE (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dconfig.h291 #ifndef NEWLINE
292 #define NEWLINE 10 macro
H A Dpcre_config.c145 *((int *)where) = NEWLINE; in pcre_config()
H A Dpcre_exec.c6614 case 0: newline = NEWLINE; break; /* Compile-time default */ in pcre_exec()
H A Dpcre_compile.c9295 case 0: newline = NEWLINE; break; /* Build-time default */ in pcre_compile2()
H A Dpcre_jit_compile.c10850 switch(NEWLINE) in PRIV()
10854 default: common->newline = NEWLINE; break; in PRIV()
/PHP-7.2/ext/phar/
H A Dphar_path_check.re45 NEWLINE = "\r"? "\n";
60 ANY = . | NEWLINE;
/PHP-7.2/Zend/
H A Dzend_ini_scanner.l428 <ST_SECTION_RAW,ST_SECTION_VALUE>"]"{TABS_AND_SPACES}*{NEWLINE}? { /* End of section */
551 <ST_VALUE,ST_RAW>{TABS_AND_SPACES}*{NEWLINE} { /* End of option value */
642 <INITIAL>{TABS_AND_SPACES}*{NEWLINE} {
647 <INITIAL,ST_VALUE,ST_RAW>{TABS_AND_SPACES}*[;][^\r\n]*{NEWLINE} { /* Comment */
H A Dzend_language_scanner.l1788 <INITIAL>"<?php"([ \t]|{NEWLINE}) {
1960 <ST_IN_SCRIPTING>"?>"{NEWLINE}? {
2080 <ST_IN_SCRIPTING>b?"<<<"{TABS_AND_SPACES}({LABEL}|([']{LABEL}['])|(["]{LABEL}["])){NEWLINE} {
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c162 #define NEWLINE "\n" macro
163 #define NEWLINE_LEN sizeof(NEWLINE) - 1
405 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); in xml_element_serialize()
476 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); in xml_element_serialize()
494 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); in xml_element_serialize()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput51568 Failed: inconsistent NEWLINE options at offset 0
H A Dtestoutput27953 Failed: inconsistent NEWLINE options at offset 0
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1023 CODE VALUE OF NEWLINE
2472 56 inconsistent NEWLINE options
7959 NEWLINE CONVENTION
9696 MATCHING NEWLINE CHARACTERS

Completed in 153 milliseconds