Searched refs:php_mb_rfc1867_substring_conf (Results 1 – 1 of 1) sorted by relevance
567 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, … in php_mb_rfc1867_substring_conf() function644 return php_mb_rfc1867_substring_conf(encoding, str, strlen(str), quote); in php_mb_rfc1867_getword_conf()651 return php_mb_rfc1867_substring_conf(encoding, str, strend - str, 0); in php_mb_rfc1867_getword_conf()
Completed in 19 milliseconds