arg_sep            32 ext/standard/http.c 			  zval *type, char *arg_sep, int enc_type)
arg_sep            50 ext/standard/http.c 	if (!arg_sep) {
arg_sep            51 ext/standard/http.c 		arg_sep = INI_STR("arg_separator.output");
arg_sep            52 ext/standard/http.c 		if (!arg_sep || !strlen(arg_sep)) {
arg_sep            53 ext/standard/http.c 			arg_sep = URL_DEFAULT_ARG_SEP;
arg_sep            56 ext/standard/http.c 	arg_sep_len = strlen(arg_sep);
arg_sep           142 ext/standard/http.c 			php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type);
arg_sep           152 ext/standard/http.c 				smart_str_appendl(formstr, arg_sep, arg_sep_len);
arg_sep           230 ext/standard/http.c 	char *prefix = NULL, *arg_sep=NULL;
arg_sep           235 ext/standard/http.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) {
arg_sep           244 ext/standard/http.c 	if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) {
arg_sep            31 ext/standard/php_http.h 				zval *type, char *arg_sep, int enc_type);