Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c587 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, bool locale_aware) in pcre_get_compiled_regex_cache_ex()
886 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
893 PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count) in pcre_get_compiled_regex()
1091 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1474 zend_string *regex, *subject; variable
1576 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
2056 static zend_always_inline zend_string *php_pcre_replace_func(zend_string *regex, in php_pcre_replace_func()
2079 static zend_string *php_pcre_replace_array(HashTable *regex, in php_pcre_replace_array()
2536 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
2896 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
/php-src/win32/
H A Dsendmail.c128 zend_string *regex; in php_win32_mail_trim_header() local
/php-src/ext/spl/
H A Dspl_iterators.c136 zend_string *regex; member
138 } regex; member
1406 zend_string *regex; in spl_dual_it_construct() local
/php-src/win32/build/
H A Dconfutils.js957 function GREP_HEADER(header_name, regex, path_to_check) argument
/php-src/ext/phar/
H A Dphar_object.c1712 zend_string *dir, *regex = NULL; in PHP_METHOD() local
/php-src/ext/pgsql/
H A Dpgsql.c4449 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 66 milliseconds