Home
last modified time | relevance | path

Searched refs:md (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/standard/
H A Dfile.c251 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 Dbug66405.phpt10 touch($td . '/file2.md');
50 unlink($td . '/file2.md');
58 string %sbug66405%efile2.md
/php-src/
H A D.editorconfig24 [*.md]
H A D.cirrus.yml9 …UPGRADING', 'UPGRADING.INTERNALS', '**/README.*', 'CONTRIBUTING.md', 'CODING_STANDARDS.md', '.circ…
H A DREADME.md131 - [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 DCONTRIBUTING.md277 - Read [Coding standards](/CODING_STANDARDS.md) before you start working.
/php-src/docs/source/
H A Dindex.rst31 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 Dmagic.c88 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 Dpush.yml10 - CONTRIBUTING.md
11 - CODING_STANDARDS.md
27 - CONTRIBUTING.md
28 - CODING_STANDARDS.md
/php-src/.github/
H A DCODEOWNERS12 # https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests
/php-src/build/
H A Dshtool518 for seq in bold md smso; do # 'smso' is last
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt247 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
/php-src/ext/openssl/
H A Dopenssl.c1895 unsigned char md[EVP_MAX_MD_SIZE]; in php_openssl_x509_fingerprint() local
1903 } else if (!X509_digest(peer, mdtype, md, &n)) { in php_openssl_x509_fingerprint()
1910 ret = zend_string_init((char*)md, n, 0); in php_openssl_x509_fingerprint()
1913 make_digest_ex(ZSTR_VAL(ret), md, n); in php_openssl_x509_fingerprint()
/php-src/docs/
H A Drelease-process.md791 [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 Dmagic私はガラスを食べられます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 Dmagic8707 # 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 180 milliseconds