Home
last modified time | relevance | path

Searched refs:semi (Results 1 – 25 of 25) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities22.phpt139 � CHANGED (�, �)
140  CHANGED (, )
143  CHANGED (, )
145 
 CHANGED (
, 
)
146  CHANGED (, )
147  CHANGED (, )
149  CHANGED (, )
150 € CHANGED (€, €)
151 Ÿ CHANGED (Ÿ, Ÿ)
226 � CHANGED (�, �)
[all …]
H A Dget_html_translation_table_basic6.phpt72 [;] => ;
H A Dget_html_translation_table_basic5.phpt1341 [;] => ;
H A Dhtml_entity_decode_html5.phpt1799 ";",
3933 ; => ; 3b
H A Dhtmlentities_html5.phpt131 ; U+0003B
/PHP-7.4/ext/pdo/
H A Dpdo.c180 int semi = -1; in php_pdo_parse_data_source() local
202 semi = -1; in php_pdo_parse_data_source()
206 semi = i++; in php_pdo_parse_data_source()
211 semi = i++; in php_pdo_parse_data_source()
222 if (semi == -1) { in php_pdo_parse_data_source()
223 semi = i; in php_pdo_parse_data_source()
236 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
238 int vlen = semi - valstart; in php_pdo_parse_data_source()
/PHP-7.4/main/streams/
H A Dmemory.c639 char *comma, *semi, *sep; in php_stream_url_wrap_rfc2397() local
668 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
671 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
677 if (!semi) { /* there is only a mime type */ in php_stream_url_wrap_rfc2397()
680 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
681 plen = semi - path; in php_stream_url_wrap_rfc2397()
685 …} else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64"… in php_stream_url_wrap_rfc2397()
691 while(semi && (semi == path)) { in php_stream_url_wrap_rfc2397()
695 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
696 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug51094.phpt2 Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
H A Dparse_ini_file.phpt13 ; Comment starts with semi-colon(;)
/PHP-7.4/Zend/tests/grammar/
H A Dregression_007.phpt2 Test to ensure semi reserved words allow deference
H A Dsemi_reserved_007.phpt2 Edge case: self::self, self::parent, parent::self semi reserved constants access
H A Dsemi_reserved_008.phpt2 Testing with comments around semi-reserved names (not intended to be legible)
H A Dsemi_reserved_006.phpt2 Test semi-reserved method and constant names and trait conflict resolution
H A Dsemi_reserved_003.phpt2 Test semi-reserved words as class properties
H A Dsemi_reserved_004.phpt2 Test semi-reserved words as static class properties
H A Dsemi_reserved_005.phpt2 Test semi-reserved words as class constants
H A Dsemi_reserved_001.phpt2 Test semi-reserved words as class methods
H A Dsemi_reserved_002.phpt2 Test semi-reserved words as static class methods
/PHP-7.4/ext/ftp/
H A Dftp.c739 const char *semi, *eq; in ftp_mlsd_parse_line() local
742 semi = memchr(input, ';', end - input); in ftp_mlsd_parse_line()
743 if (!semi) { in ftp_mlsd_parse_line()
749 eq = memchr(input, '=', semi - input); in ftp_mlsd_parse_line()
755 ZVAL_STRINGL(&zstr, eq + 1, semi - eq - 1); in ftp_mlsd_parse_line()
757 input = semi + 1; in ftp_mlsd_parse_line()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt11 ; Comment starts with semi-colon(;)
/PHP-7.4/build/
H A Dconfig.sub1540 arm*-semi)
/PHP-7.4/docs/
H A Dstreams.md317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt1794 semi 0003B
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13731 # semi-commonly used in embedded and handheld systems.
14035 # This entry is only semi-helpful, as Gnumeric compresses its files, so
14056 # This entry is only semi-helpful, as Gnumeric compresses its files, so
H A Dmagic13731 # semi-commonly used in embedded and handheld systems.
14035 # This entry is only semi-helpful, as Gnumeric compresses its files, so
14056 # This entry is only semi-helpful, as Gnumeric compresses its files, so

Completed in 161 milliseconds