Searched refs:formstr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | http.c | 154 if (formstr->s) { in php_url_encode_hash_ex() 168 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 175 smart_str_append_long(formstr, idx); in php_url_encode_hash_ex() 180 smart_str_appendl(formstr, "=", 1); in php_url_encode_hash_ex() 189 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 197 smart_str_appendl(formstr, "0", sizeof("0")-1); in php_url_encode_hash_ex() 212 smart_str_append(formstr, ekey); in php_url_encode_hash_ex() 228 smart_str formstr = {0}; in PHP_FUNCTION() local 241 if (!formstr.s) { in PHP_FUNCTION() 245 smart_str_0(&formstr); in PHP_FUNCTION() [all …]
|
H A D | php_http.h | 23 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
|
Completed in 8 milliseconds