Searched defs:regex (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/pcre/ |
H A D | php_pcre.c | 589 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() 914 PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t… in pcre_get_compiled_regex_ex() 1117 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local 1576 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace() 2059 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func() 2082 static zend_string *php_pcre_replace_array(HashTable *regex, in php_pcre_replace_array() 2500 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local 2859 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
|
/PHP-8.2/win32/ |
H A D | sendmail.c | 129 zend_string *regex; in php_win32_mail_trim_header() local
|
/PHP-8.2/ext/spl/ |
H A D | spl_iterators.c | 142 zend_string *regex; member 145 } regex; member 1421 zend_string *regex; in spl_dual_it_construct() local
|
/PHP-8.2/win32/build/ |
H A D | confutils.js | 957 function GREP_HEADER(header_name, regex, path_to_check) argument
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.c | 815 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.c | 1700 zend_string *dir, *regex = NULL; in PHP_METHOD() local
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 4392 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 62 milliseconds