Searched refs:key_prefix (Results 1 – 2 of 2) sorted by relevance
29 const zend_string *key_prefix, in php_url_encode_scalar() argument36 if (key_prefix) { in php_url_encode_scalar()37 smart_str_append(form_str, key_prefix); in php_url_encode_scalar()55 if (key_prefix) { in php_url_encode_scalar()111 const zend_string *key_prefix, in php_url_encode_hash_ex() argument179 if (key_prefix) { in php_url_encode_hash_ex()191 if (key_prefix && num_prefix) { in php_url_encode_hash_ex()196 memcpy(ZSTR_VAL(new_prefix), ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix)); in php_url_encode_hash_ex()201 } else if (key_prefix) { in php_url_encode_hash_ex()202 …new_prefix = zend_string_concat3(ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix), index_int_as_str, ind… in php_url_encode_hash_ex()[all …]
26 const zend_string *key_prefix,
Completed in 6 milliseconds