Lines Matching defs:regex
319 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
635 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
652 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex()
694 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1150 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
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
1761 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2043 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local