Home
last modified time | relevance | path

Searched refs:max_chars (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/standard/
H A Dstring.c3783 long max_chars=0; local
3787 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, &max_chars) == FAILURE…
3883 while ((!max_chars || char_count < max_chars) && begin > 0) {
3894 if (char_count == max_chars) { /* try to avoid breaking words */

Completed in 14 milliseconds