Home
last modified time | relevance | path

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

/php-src/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-src/ext/pdo/
H A Dpdo.c162 int semi = -1; in php_pdo_parse_data_source() local
184 semi = -1; in php_pdo_parse_data_source()
188 semi = i++; in php_pdo_parse_data_source()
193 semi = i++; in php_pdo_parse_data_source()
204 if (semi == -1) { in php_pdo_parse_data_source()
205 semi = i; in php_pdo_parse_data_source()
218 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
220 int vlen = semi - valstart; in php_pdo_parse_data_source()
/php-src/main/streams/
H A Dmemory.c613 char *comma, *semi, *sep; in php_stream_url_wrap_rfc2397() local
644 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
647 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
653 if (!semi) { /* there is only a mime type */ in php_stream_url_wrap_rfc2397()
656 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
657 plen = semi - path; in php_stream_url_wrap_rfc2397()
661 …} else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64"… in php_stream_url_wrap_rfc2397()
667 while(semi && (semi == path)) { in php_stream_url_wrap_rfc2397()
671 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
672 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
[all …]
/php-src/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-src/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.phpt8 ; Comment starts with semi-colon(;)
/php-src/ext/ftp/
H A Dftp.c735 const char *semi, *eq; in ftp_mlsd_parse_line() local
738 semi = memchr(input, ';', end - input); in ftp_mlsd_parse_line()
739 if (!semi) { in ftp_mlsd_parse_line()
745 eq = memchr(input, '=', semi - input); in ftp_mlsd_parse_line()
751 ZVAL_STRINGL(&zstr, eq + 1, semi - eq - 1); in ftp_mlsd_parse_line()
753 input = semi + 1; in ftp_mlsd_parse_line()
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt6 ; Comment starts with semi-colon(;)
/php-src/build/
H A Dconfig.sub243 | semi \
1765 arm*-semi)
/php-src/docs-old/
H A Dstreams.md317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for
/php-src/ext/standard/html_tables/
H A Dents_html5.txt1794 semi 0003B
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16829 # semi-commonly used in embedded and handheld systems.
17192 # This entry is only semi-helpful, as Gnumeric compresses its files, so
H A Dmagic16829 # semi-commonly used in embedded and handheld systems.
17192 # This entry is only semi-helpful, as Gnumeric compresses its files, so

Completed in 267 milliseconds