Lines Matching defs:subject
675 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
708 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
1087 static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_na… in preg_do_repl_func()
1132 char *subject, int subject_len, in php_pcre_replace()
1153 …hp_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_l… in php_pcre_replace_impl()
1427 static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject()
1519 static int preg_replace_impl(zval *return_value, zval *regex, zval *replace, zval *subject, zend_lo… in preg_replace_impl()
1582 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1613 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1648 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
1710 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1742 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
1774 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_split_impl()