Home
last modified time | relevance | path

Searched refs:new_key (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/
H A Dbrowscap.c315 zend_string *new_key, *new_value; in php_browscap_parser_cb() local
350 new_key = browscap_intern_str_ci(ctx, Z_STR_P(arg1), persistent); in php_browscap_parser_cb()
351 browscap_add_kv(bdata, new_key, new_value, persistent); in php_browscap_parser_cb()
H A Darray.c3625 zend_string *new_key; local
3640 new_key = php_string_toupper(string_key);
3642 new_key = php_string_tolower(string_key);
3644 entry = zend_hash_update(Z_ARRVAL_P(return_value), new_key, entry);
3645 zend_string_release(new_key);
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1194 char *new_key = zend_shared_alloc(key_length + 1); in zend_accel_add_key() local
1195 if (new_key) { in zend_accel_add_key()
1196 memcpy(new_key, key, key_length + 1); in zend_accel_add_key()
1197 if (zend_accel_hash_update(&ZCSG(hash), new_key, key_length, 1, bucket)) { in zend_accel_add_key()
1198 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", new_key); in zend_accel_add_key()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c5207 type_cclass_key* new_key; in parse_exp() local
5240 new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); in parse_exp()
5241 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()
5242 onig_st_add_direct(OnigTypeCClassTable, (st_data_t )new_key, in parse_exp()

Completed in 36 milliseconds