Lines Matching defs:regex

576 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware)  in pcre_get_compiled_regex_cache_ex()
896 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
904 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex()
918 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex()
1127 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1587 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
2069 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func()
2093 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
2177 static zend_always_inline zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *sub… in php_replace_in_subject()
2204 static zend_string *php_replace_in_subject_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_… in php_replace_in_subject_func()
2244 static size_t preg_replace_func_impl(zval *return_value, zval *regex, zend_fcall_info *fci, zend_fc… in preg_replace_func_impl()
2294 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2390 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2430 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
2506 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2868 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local