Searched defs:enc_type (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | http.c | 32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) 85 if (enc_type == PHP_QUERY_RFC3986) { 140 php_url_encode_hash_ex(HASH_OF(*zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_PP(zdata) == IS_OBJECT ? *zdata : NULL), arg_sep, enc_type TSRMLS_CC); 153 if (enc_type == PHP_QUERY_RFC3986) { 173 if (enc_type == PHP_QUERY_RFC3986) { 192 if (enc_type == PHP_QUERY_RFC3986) { 208 /* {{{ proto string http_build_query(mixed formdata [, string prefix [, string arg_separator [, int enc_type]]]) 216 long enc_type = PHP_QUERY_RFC1738; local 218 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|ssl", &formdata, &prefix, &prefix_len, &arg_sep, &arg_sep_len, &enc_type) != SUCCESS) { 227 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, enc_type TSRMLS_C [all...] |
Completed in 3 milliseconds