We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f392b6 commit 15a92e8Copy full SHA for 15a92e8
ext/standard/php_http.h
@@ -25,6 +25,5 @@ PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
25
const char *key_prefix, size_t key_prefix_len,
26
const char *key_suffix, size_t key_suffix_len,
27
zval *type, const char *arg_sep, int enc_type);
28
-#define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)
29
30
#endif
0 commit comments