Searched refs:php_pcre_split_impl (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.h | 68 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
|
H A D | php_pcre.c | 1787 …php_pcre_split_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, (int)limit_val, … in PHP_FUNCTION() 1794 PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return… in php_pcre_split_impl() function
|
/PHP-7.1/ext/spl/ |
H A D | spl_iterators.c | 2083 …php_pcre_split_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &intern->current.da… in SPL_METHOD()
|
Completed in 23 milliseconds