Searched refs:args_copy (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_format.c | 40 HashTable *args_copy; local 44 ALLOC_HASHTABLE(args_copy); 45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); 46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, 49 umsg_format_helper(mfo, args_copy, &formatted, &formatted_len TSRMLS_CC); 51 zend_hash_destroy(args_copy); 52 efree(args_copy);
|
Completed in 1 milliseconds