Searched defs:pcre_cache_entry (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.h | 53 } pcre_cache_entry; typedef in typeref:struct:__anon121 55 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC); 57 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, 60 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, 63 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, 66 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
|
Completed in 2 milliseconds