s11               298 ext/standard/string.c 	char *s11, *s22;
s11               302 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ll", &s11, &len1,
s11               338 ext/standard/string.c 		RETURN_LONG(php_strspn(s11 + start /*str1_start*/,
s11               340 ext/standard/string.c 						s11 + start + len /*str1_end*/,
s11               343 ext/standard/string.c 		RETURN_LONG(php_strcspn(s11 + start /*str1_start*/,
s11               345 ext/standard/string.c 						s11 + start + len /*str1_end*/,