Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c532 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex()
874 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
882 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *p… in pcre_get_compiled_regex()
982 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1543 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
2023 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func()
2251 zval *regex, *replace, *subject, *zcount = NULL; in preg_replace_common() local
2348 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
2388 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
2464 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/spl/
H A Dspl_iterators.h158 zend_string *regex; member
161 } regex; member
H A Dspl_iterators.c1542 zend_string *regex; in spl_dual_it_construct() local
/PHP-7.3/win32/
H A Dsendmail.c130 zend_string *regex; in php_win32_mail_trim_header() local
/PHP-7.3/win32/build/
H A Dconfutils.js973 function GREP_HEADER(header_name, regex, path_to_check) argument
/PHP-7.3/ext/imap/
H A Dphp_imap.c1341 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
/PHP-7.3/ext/phar/
H A Dphar_object.c1717 char *dir, *error, *regex = NULL; in PHP_METHOD() local
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5756 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , size_t rege…
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c1083 OnigRegex regex; member

Completed in 173 milliseconds