Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dstring.c292 char *s11, *s22; in php_spn_common_handler() local
296 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ll", &s11, &len1, in php_spn_common_handler()
332 RETURN_LONG(php_strspn(s11 + start /*str1_start*/, in php_spn_common_handler()
334 s11 + start + len /*str1_end*/, in php_spn_common_handler()
337 RETURN_LONG(php_strcspn(s11 + start /*str1_start*/, in php_spn_common_handler()
339 s11 + start + len /*str1_end*/, in php_spn_common_handler()

Completed in 19 milliseconds