Searched defs:regex (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 301 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) in pcre_get_compiled_regex_cache() 615 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex() 632 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex() 674 zend_string *regex; /* Regular expression */ in php_do_pcre_match() local 1130 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace() 1582 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local 1613 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local 1648 zval regex, zv, *replace, *subject, *pattern, *zcount = NULL; in PHP_FUNCTION() local 1710 zval *regex, *replace, *subject, *zcount = NULL; in PHP_FUNCTION() local 1741 zend_string *regex; /* Regular expression */ in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/spl/ |
H A D | spl_iterators.h | 160 zend_string *regex; member 163 } regex; member
|
H A D | spl_iterators.c | 1550 zend_string *regex; in spl_dual_it_construct() local
|
/PHP-7.0/win32/ |
H A D | sendmail.c | 149 zend_string *regex; in php_win32_mail_trim_header() local
|
/PHP-7.0/ext/standard/ |
H A D | browscap.c | 555 zend_string *pattern_lc, *regex; in browser_reg_compare() local
|
/PHP-7.0/win32/build/ |
H A D | confutils.js | 917 function GREP_HEADER(header_name, regex, path_to_check) argument
|
/PHP-7.0/ext/phar/ |
H A D | phar_object.c | 1779 char *dir, *error, *regex = NULL; in PHP_METHOD() local
|
/PHP-7.0/ext/imap/ |
H A D | php_imap.c | 1334 zend_string* regex; in PHP_FUNCTION() local
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 5724 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase)
|
Completed in 93 milliseconds