Lines Matching defs:regex
325 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex()
641 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
649 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
666 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex()
716 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1257 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
1759 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func()
1782 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
1863 static zend_always_inline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *sub… in php_replace_in_subject()
1894 static zend_string *php_replace_in_subject_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_… in php_replace_in_subject_func()
1943 static int preg_replace_func_impl(zval *return_value, zval *regex, zend_fcall_info *fci, zend_fcall… in preg_replace_func_impl()
1991 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2088 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2128 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
2204 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2550 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local