Searched defs:regex (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/pcre/ |
H A D | php_pcre.c | 604 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware) in pcre_get_compiled_regex_cache_ex() 910 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() 917 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex() 930 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex() 1133 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() 2068 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func() 2091 static zend_string *php_pcre_replace_array(HashTable *regex, in php_pcre_replace_array() 2511 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local 2870 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
|
/PHP-8.1/ext/spl/ |
H A D | spl_iterators.h | 144 zend_string *regex; member 147 } regex; member
|
H A D | spl_iterators.c | 1373 zend_string *regex; in spl_dual_it_construct() local
|
/PHP-8.1/win32/ |
H A D | sendmail.c | 129 zend_string *regex; in php_win32_mail_trim_header() local
|
/PHP-8.1/win32/build/ |
H A D | confutils.js | 958 function GREP_HEADER(header_name, regex, path_to_check) argument
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.c | 967 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 1697 zend_string *dir, *regex = NULL; in PHP_METHOD() local
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 4486 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 182 milliseconds