Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c589 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex()
894 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
901 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex()
1098 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1552 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
2033 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func()
2056 static zend_string *php_pcre_replace_array(HashTable *regex, in php_pcre_replace_array()
2474 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2833 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
/PHP-8.3/win32/
H A Dsendmail.c129 zend_string *regex; in php_win32_mail_trim_header() local
/PHP-8.3/ext/spl/
H A Dspl_iterators.c136 zend_string *regex; member
139 } regex; member
1407 zend_string *regex; in spl_dual_it_construct() local
/PHP-8.3/win32/build/
H A Dconfutils.js957 function GREP_HEADER(header_name, regex, path_to_check) argument
/PHP-8.3/ext/phar/
H A Dphar_object.c1712 zend_string *dir, *regex = NULL; in PHP_METHOD() local
/PHP-8.3/ext/imap/
H A Dphp_imap.c796 …zend_string *regex = ZSTR_INIT_LITERAL("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(A… in PHP_FUNCTION() local
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4440 static int php_pgsql_convert_match(const zend_string *str, const char *regex , size_t regex_len, in… in php_pgsql_convert_match()

Completed in 116 milliseconds