Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_format.c40 HashTable *args_copy; in msgfmt_do_format() local
44 ALLOC_HASHTABLE(args_copy); in msgfmt_do_format()
45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, in msgfmt_do_format()
49 umsg_format_helper(mfo, args_copy, &formatted, &formatted_len TSRMLS_CC); in msgfmt_do_format()
51 zend_hash_destroy(args_copy); in msgfmt_do_format()
52 efree(args_copy); in msgfmt_do_format()

Completed in 6 milliseconds