in_str_len       1890 ext/pcre/php_pcre.c 	size_t		 in_str_len;
in_str_len       1904 ext/pcre/php_pcre.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &in_str, &in_str_len,
in_str_len       1910 ext/pcre/php_pcre.c 		Z_PARAM_STRING(in_str, in_str_len)
in_str_len       1916 ext/pcre/php_pcre.c 	in_str_end = in_str + in_str_len;
in_str_len       1930 ext/pcre/php_pcre.c 	out_str = zend_string_safe_alloc(4, in_str_len, 0, 0);