Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities22.phpt141 � CHANGED (�, �)
142  CHANGED (, )
145  CHANGED (, )
147 
 CHANGED (
, 
)
148  CHANGED (, )
149  CHANGED (, )
151  CHANGED (, )
152 € CHANGED (€, €)
153 Ÿ CHANGED (Ÿ, Ÿ)
228 � 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-5.5/ext/pdo/
H A Dpdo.c221 int semi = -1; in php_pdo_parse_data_source() local
243 semi = -1; in php_pdo_parse_data_source()
247 semi = i++; in php_pdo_parse_data_source()
252 semi = i++; in php_pdo_parse_data_source()
263 if (semi == -1) { in php_pdo_parse_data_source()
264 semi = i; in php_pdo_parse_data_source()
277 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
279 int vlen = semi - valstart; in php_pdo_parse_data_source()
/PHP-5.5/main/streams/
H A Dmemory.c613 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
640 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
643 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
650 if (!semi) { /* there is only a mime type */ in php_stream_url_wrap_rfc2397()
653 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
654 plen = semi - path; in php_stream_url_wrap_rfc2397()
658 …} else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64"… in php_stream_url_wrap_rfc2397()
664 while(semi && (semi == path)) { in php_stream_url_wrap_rfc2397()
668 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
669 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
[all …]
/PHP-5.5/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-5.5/
H A Dconfig.sub1551 arm*-semi)
H A DREADME.STREAMS295 STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for function
H A DNEWS2812 includes a semi-colon). (Pierrick)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt11 ; Comment starts with semi-colon(;)
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1794 semi 0003B
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY103 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8584 # semi-commonly used in embedded and handheld systems.
8757 # This entry is only semi-helpful, as Gnumeric compresses its files, so
8778 # This entry is only semi-helpful, as Gnumeric compresses its files, so
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6650 matches a word followed by a semicolon, but does not include the semi-

Completed in 115 milliseconds