Lines Matching refs:ZSTR_VAL
80 encoded_data = php_raw_url_encode(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_url_encode_scalar()
82 encoded_data = php_url_encode(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_url_encode_scalar()
98 …zend_value_error("Unbacked enum %s cannot be converted to a string", ZSTR_VAL(Z_OBJCE_P(scalar)->n… in php_url_encode_scalar()
146 prop_name = ZSTR_VAL(key); in php_url_encode_hash_ex()
154 if (ZSTR_VAL(key)[0] == '\0' && type != NULL) { in php_url_encode_hash_ex()
158 prop_name = ZSTR_VAL(key); in php_url_encode_hash_ex()
180 …new_prefix = zend_string_concat3(ZSTR_VAL(key_prefix), ZSTR_LEN(key_prefix), ZSTR_VAL(encoded_key)… in php_url_encode_hash_ex()
182 …new_prefix = zend_string_concat2(ZSTR_VAL(encoded_key), ZSTR_LEN(encoded_key), "%5B", strlen("%5B"… 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()
197 memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix), num_prefix, num_prefix_len); in php_url_encode_hash_ex()
198 …memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix) + num_prefix_len, index_int_as_str, index_int_a… in php_url_encode_hash_ex()
199 …memcpy(ZSTR_VAL(new_prefix) + ZSTR_LEN(key_prefix) + num_prefix_len +index_int_as_str_len, "%5D%5B… in php_url_encode_hash_ex()
200 ZSTR_VAL(new_prefix)[len] = '\0'; 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()
268 zend_error(E_WARNING, "%s", ZSTR_VAL(errstr)); in cache_request_parse_body_option()
308 switch (ZSTR_VAL(key)[0]) { in cache_request_parse_body_options()
325 zend_value_error("Invalid key \"%s\" in $options argument", ZSTR_VAL(key)); in cache_request_parse_body_options()