/PHP-7.4/ext/standard/tests/strings/ |
H A D | htmlentities22.phpt | 139 � CHANGED (�, �) 140  CHANGED (, ) 143  CHANGED (, ) 145 
 CHANGED (
, 
) 146  CHANGED (, ) 147  CHANGED (, ) 149  CHANGED (, ) 150 € CHANGED (€, €) 151 Ÿ CHANGED (Ÿ, Ÿ) 226 � CHANGED (�, �) [all …]
|
H A D | get_html_translation_table_basic6.phpt | 72 [;] => ;
|
H A D | get_html_translation_table_basic5.phpt | 1341 [;] => ;
|
H A D | html_entity_decode_html5.phpt | 1799 ";", 3933 ; => ; 3b
|
H A D | htmlentities_html5.phpt | 131 ; U+0003B
|
/PHP-7.4/ext/pdo/ |
H A D | pdo.c | 180 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 D | memory.c | 639 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 D | bug51094.phpt | 2 Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
|
H A D | parse_ini_file.phpt | 13 ; Comment starts with semi-colon(;)
|
/PHP-7.4/Zend/tests/grammar/ |
H A D | regression_007.phpt | 2 Test to ensure semi reserved words allow deference
|
H A D | semi_reserved_007.phpt | 2 Edge case: self::self, self::parent, parent::self semi reserved constants access
|
H A D | semi_reserved_008.phpt | 2 Testing with comments around semi-reserved names (not intended to be legible)
|
H A D | semi_reserved_006.phpt | 2 Test semi-reserved method and constant names and trait conflict resolution
|
H A D | semi_reserved_003.phpt | 2 Test semi-reserved words as class properties
|
H A D | semi_reserved_004.phpt | 2 Test semi-reserved words as static class properties
|
H A D | semi_reserved_005.phpt | 2 Test semi-reserved words as class constants
|
H A D | semi_reserved_001.phpt | 2 Test semi-reserved words as class methods
|
H A D | semi_reserved_002.phpt | 2 Test semi-reserved words as static class methods
|
/PHP-7.4/ext/ftp/ |
H A D | ftp.c | 739 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 D | parse_ini_string_001.phpt | 11 ; Comment starts with semi-colon(;)
|
/PHP-7.4/build/ |
H A D | config.sub | 1540 arm*-semi)
|
/PHP-7.4/docs/ |
H A D | streams.md | 317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for
|
/PHP-7.4/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1794 semi 0003B
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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
|