Searched refs:args_copy (Results 1 – 1 of 1) sorted by relevance
40 HashTable *args_copy; in msgfmt_do_format() local44 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()48 umsg_format_helper(mfo, args_copy, &formatted, &formatted_len); in msgfmt_do_format()50 zend_hash_destroy(args_copy); in msgfmt_do_format()51 efree(args_copy); in msgfmt_do_format()
Completed in 9 milliseconds