Lines Matching defs:regex
301 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
615 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
632 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex()
674 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1130 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
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
1741 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2023 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local