Searched refs:semi (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/pdo/ |
H A D | pdo.c | 221 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 D | memory.c | 609 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 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-5.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 11 ; Comment starts with semi-colon(;)
|
/PHP-5.3/ |
H A D | config.sub | 1425 arm*-semi)
|
H A D | README.STREAMS | 295 STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for function
|
H A D | NEWS | 427 includes a semi-colon). (Pierrick)
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 32 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 7437 # 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 D | pcre.txt | 6257 matches a word followed by a semicolon, but does not include the semi-
|
Completed in 150 milliseconds