Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c306 char *s11, *s22; in php_spn_common_handler() local
310 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ll", &s11, &len1, in php_spn_common_handler()
346 RETURN_LONG(php_strspn(s11 + start /*str1_start*/, in php_spn_common_handler()
348 s11 + start + len /*str1_end*/, in php_spn_common_handler()
351 RETURN_LONG(php_strcspn(s11 + start /*str1_start*/, in php_spn_common_handler()
353 s11 + start + len /*str1_end*/, in php_spn_common_handler()

Completed in 22 milliseconds