Lines Matching defs:subject
996 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
1001 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1030 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1063 zval *subpats, const char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, in populate_subpat_array()
1134 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
1200 char *subject = ZSTR_VAL(subject_str); in php_pcre_match_impl() local
1552 …reg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char *subject, PCRE2_SIZE… in preg_do_repl_func()
1589 const char *subject, size_t subject_len, in php_pcre_replace()
1615 …pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const char *subject, size_t sub… in php_pcre_replace_impl()
1855 …replace_func_impl(pcre_cache_entry *pce, zend_string *subject_str, const char *subject, size_t sub… in php_pcre_replace_func_impl()
2170 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2190 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2512 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
2552 char *subject = ZSTR_VAL(subject_str); in php_pcre_split_impl() local