Lines Matching defs:subject
695 zend_string *subject; /* String to match against */ in php_do_pcre_match() local
728 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_match_impl()
1107 static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_na… in preg_do_repl_func()
1152 char *subject, int subject_len, in php_pcre_replace()
1173 …hp_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_l… in php_pcre_replace_impl()
1447 static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject()
1539 static int preg_replace_impl(zval *return_value, zval *regex, zval *replace, zval *subject, zend_lo… in preg_replace_impl()
1602 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1633 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1668 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
1730 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1762 zend_string *subject; /* String to match against */ in PHP_FUNCTION() local
1794 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_split_impl()