Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c319 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache()
635 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
652 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex()
694 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local
1150 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace()
1602 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1633 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1668 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local
1730 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local
1761 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/spl/
H A Dspl_iterators.h160 zend_string *regex; member
163 } regex; member
H A Dspl_iterators.c1547 zend_string *regex; in spl_dual_it_construct() local
/PHP-7.1/win32/
H A Dsendmail.c149 zend_string *regex; in php_win32_mail_trim_header() local
/PHP-7.1/ext/standard/
H A Dbrowscap.c555 zend_string *pattern_lc, *regex; in browser_reg_compare() local
/PHP-7.1/win32/build/
H A Dconfutils.js929 function GREP_HEADER(header_name, regex, path_to_check) argument
/PHP-7.1/ext/phar/
H A Dphar_object.c1752 char *dir, *error, *regex = NULL; in PHP_METHOD() local
/PHP-7.1/ext/imap/
H A Dphp_imap.c1342 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5760 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase)

Completed in 82 milliseconds