Searched refs:md (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/standard/ |
H A D | file.c | 251 memset(&md, 0, sizeof(md)); in PHP_FUNCTION() 274 md.in_meta = !strcasecmp("meta", md.token_data); in PHP_FUNCTION() 284 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION() 296 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION() 318 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION() 330 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION() 2202 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token() 2248 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token() 2249 memcpy(md->token_data, buff, md->token_len+1); in php_next_meta_token() 2282 md->token_data = (char *) emalloc(md->token_len + 1); in php_next_meta_token() [all …]
|
/php-src/ext/spl/tests/ |
H A D | bug66405.phpt | 10 touch($td . '/file2.md'); 50 unlink($td . '/file2.md'); 58 string %sbug66405%efile2.md
|
/php-src/ |
H A D | .editorconfig | 24 [*.md]
|
H A D | README.md | 131 - [Contributing to PHP](/CONTRIBUTING.md) 132 - [PHP coding standards](/CODING_STANDARDS.md) 134 - [Mailing list rules](/docs/mailinglist-rules.md) 135 - [PHP release process](/docs/release-process.md)
|
H A D | CONTRIBUTING.md | 277 - Read [Coding standards](/CODING_STANDARDS.md) before you start working.
|
/php-src/docs/source/ |
H A D | index.rst | 31 project. Check the `CONTRIBUTING.md 32 <https://github.com/php/php-src/blob/master/CONTRIBUTING.md#technical-resources>`__ file for a
|
/php-src/ext/fileinfo/libmagic/ |
H A D | magic.c | 88 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info() argument 112 if (S_ISREG(md)) in unreadable_info()
|
/php-src/.github/workflows/ |
H A D | push.yml | 10 - CONTRIBUTING.md 11 - CODING_STANDARDS.md 27 - CONTRIBUTING.md 28 - CODING_STANDARDS.md
|
/php-src/.github/ |
H A D | CODEOWNERS | 12 # https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests
|
/php-src/build/ |
H A D | shtool | 518 for seq in bold md smso; do # 'smso' is last
|
/php-src/ext/hash/tests/ |
H A D | fnv1a32.phpt | 247 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
|
/php-src/ext/openssl/ |
H A D | openssl.c | 1898 unsigned char md[EVP_MAX_MD_SIZE]; in php_openssl_x509_fingerprint() local 1906 } else if (!X509_digest(peer, mdtype, md, &n)) { in php_openssl_x509_fingerprint() 1913 ret = zend_string_init((char*)md, n, 0); in php_openssl_x509_fingerprint() 1916 make_digest_ex(ZSTR_VAL(ret), md, n); in php_openssl_x509_fingerprint()
|
/php-src/docs/ |
H A D | release-process.md | 791 [create a PR request](https://github.com/derickr/toot-together/blob/main/toots/README.md) 887 * add the new branch to the list in `CONTRIBUTING.md`.
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 8707 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md 8733 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md 8751 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
|
H A D | magic | 8707 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md 8733 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md 8751 # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
|
Completed in 174 milliseconds