Searched refs:znew_val (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/intl/collator/ |
H A D | collator_convert.c | 51 zval znew_val; in collator_convert_hash_item_from_utf8_to_utf16() local 66 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16() 70 Z_STRLEN(znew_val) = Z_STRLEN(znew_val) - UBYTES(1); in collator_convert_hash_item_from_utf8_to_utf16() 74 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 78 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 91 zval znew_val; in collator_convert_hash_item_from_utf16_to_utf8() local 107 ZVAL_NEW_STR( &znew_val, u8str); in collator_convert_hash_item_from_utf16_to_utf8() 111 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8() 115 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
|
Completed in 9 milliseconds