Home
last modified time | relevance | path

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

/PHP-5.3/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.3/main/streams/
H A Dmemory.c609 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
636 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
639 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
646 if (!semi) { /* there is only a mime type */ in php_stream_url_wrap_rfc2397()
649 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
650 plen = semi - path; in php_stream_url_wrap_rfc2397()
654 …} else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64"… in php_stream_url_wrap_rfc2397()
660 while(semi && (semi == path)) { in php_stream_url_wrap_rfc2397()
664 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
665 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
[all …]
/PHP-5.3/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.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt11 ; Comment starts with semi-colon(;)
/PHP-5.3/
H A Dconfig.sub1425 arm*-semi)
H A DREADME.STREAMS295 STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for function
H A DNEWS427 includes a semi-colon). (Pierrick)
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY32 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7437 # semi-commonly used in embedded and handheld systems.
7553 # This entry is only semi-helpful, as Gnumeric compresses its files, so
7570 # This entry is only semi-helpful, as Gnumeric compresses its files, so
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt6257 matches a word followed by a semicolon, but does not include the semi-

Completed in 99 milliseconds