Home
last modified time | relevance | path

Searched defs:subject (Results 1 – 15 of 15) sorted by relevance

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c983 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
1011 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, size_t subject_len, zval *ret… in php_pcre_match_impl()
1491 … *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, char *subject, PCRE2_SIZE *o… in preg_do_repl_func()
1545 char *subject, size_t subject_len, in php_pcre_replace()
2130 …nline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, size_t limit,… in php_replace_in_subject()
2157 …t_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, size_t limit,… in php_replace_in_subject_func()
2203 …value, zval *regex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, zend_long lim… in preg_replace_func_impl()
2251 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2348 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2388 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2_substitute.c217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
H A Dpcre2_dfa_match.c3224 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_match.c5998 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h654 PCRE2_SPTR subject; /* The subject that was matched */ member
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 ResourceBundle_object *subject; member
/PHP-7.3/ext/standard/
H A Dmail.c287 char *subject=NULL; in PHP_FUNCTION() local
467 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
H A Dstring.c4270 static zend_long php_str_replace_in_subject(zval *search, zval *replace, zval *subject, zval *resul…
4432 zval *subject, *search, *replace, *subject_entry, *zcount = NULL; local
/PHP-7.3/ext/spl/
H A Dspl.php1136 function update(SplSubject $subject);
H A Dspl_iterators.c2024 zend_string *result, *subject; in SPL_METHOD() local
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c707 const char *subject, in mb_regex_substitute()
H A Dmbstring.c4206 char *subject; in PHP_FUNCTION() local
/PHP-7.3/ext/imap/
H A Dphp_imap.c4022 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail()
4187 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-7.3/ext/openssl/
H A Dopenssl.c3615 X509_NAME * subject; in PHP_FUNCTION() local

Completed in 117 milliseconds