Home
last modified time | relevance | path

Searched refs:subject (Results 126 – 150 of 155) sorted by relevance

1234567

/PHP-7.2/ext/imap/tests/
H A Dimap_include.inc148 $envelope["subject"] = "Test msg $i";
/PHP-7.2/ext/zlib/tests/
H A Ddata.inc40 the same weapons, subject to the same diseases, heal'd by
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS483 significantly reduced for certain subject strings.
564 subject string matched part of the regex. This could be useful for testing
728 subject string. This is important if there are lookbehinds. The new man
733 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize)
735 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
H A Dpcre_jit_compile.c7146 callout_block->subject = (PCRE_SPTR)begin; in do_callout()
7148 callout_block->subject = (PCRE_SPTR16)begin; in do_callout()
7150 callout_block->subject = (PCRE_SPTR32)begin; in do_callout()
11422 PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, in PRIV()
11444 arguments.str = subject + start_offset; in PRIV()
11445 arguments.begin = subject; in PRIV()
11446 arguments.end = subject + length; in PRIV()
11497 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec() argument
11502 PCRE_SPTR16 subject, int length, int start_offset, int options, in pcre_jit_exec()
11507 PCRE_SPTR32 subject, int length, int start_offset, int options, in pcre_jit_exec()
[all …]
/PHP-7.2/win32/build/
H A Dphpize.js.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/pgsql/
H A DREADME233 Again, experimental functions are subject to be changed without
/PHP-7.2/ext/mbstring/
H A Dmbstring.c422 ZEND_ARG_INFO(0, subject)
4394 char *subject = NULL; in PHP_FUNCTION() local
4438 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|zS", &to, &to_len, &subject, &subject_len, &messag… in PHP_FUNCTION()
4444 MAIL_ASCIIZ_CHECK_MBSTRING(subject, subject_len); in PHP_FUNCTION()
4558 if (subject != NULL) { in PHP_FUNCTION()
4560 orig_str.val = (unsigned char *)subject; in PHP_FUNCTION()
4569 subject_buf = subject = (char *)pstr->val; in PHP_FUNCTION()
4657 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()
H A DREADME_PHP3-i18n-ja121 - proper mail output using JIS as body and MIME/Base64/JIS subject
/PHP-7.2/ext/json/
H A Djson_scanner.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/standard/
H A Dstring.c3936 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul… argument
3950 subject_str = zval_get_string(subject);
4096 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
4106 Z_PARAM_ZVAL(subject)
4122 if (Z_TYPE_P(subject) == IS_ARRAY) {
4127 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(subject), num_key, string_key, subject_entry) {
4142 count = php_str_replace_in_subject(search, replace, subject, return_value, case_sensitivity);
H A Dbasic_functions.c1588 ZEND_ARG_INFO(0, subject)
2349 ZEND_ARG_INFO(0, subject)
2356 ZEND_ARG_INFO(0, subject)
2707 ZEND_ARG_TYPE_INFO(0, subject, IS_STRING, 0)
H A Dvar_unserializer.re7 | This source file is subject to version 3.01 of the PHP license, |
H A Durl_scanner_ex.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re11 * furnished to do so, subject to the following conditions:
H A Dparse_date.re11 * furnished to do so, subject to the following conditions:
/PHP-7.2/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt24 // run on both linux and windows, the subject will have to be ascii only.
/PHP-7.2/ext/intl/
H A Dphp_intl.c428 ZEND_ARG_INFO( 0, subject )
/PHP-7.2/ext/openssl/
H A DREADME77 about the certificate, it's intended purposes, subject, issuer, validity
H A Dopenssl.c3609 X509_NAME * subject; in PHP_FUNCTION() local
3622 subject = X509_REQ_get_subject_name(csr); in PHP_FUNCTION()
3625 php_openssl_add_assoc_name_entry(return_value, NULL, subject, use_shortnames); in PHP_FUNCTION()
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc12 * so, subject to the following conditions:
/PHP-7.2/ext/standard/html_tables/mappings/
H A DROMAN.TXT52 # These mapping tables and character lists are subject to change.
/PHP-7.2/
H A DREADME.REDIST.BINS216 freely, subject to the following restrictions:
H A Dconfigure.ac1662 | This software is subject to the PHP License, available in this |
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE369 subject to these terms and conditions. You may not impose any further

Completed in 147 milliseconds

1234567