Searched refs:znew_val (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/intl/collator/ |
H A D | collator_convert.c | 43 zval znew_val; in collator_convert_hash_item_from_utf8_to_utf16() local 58 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16() 62 Z_STRLEN(znew_val) = Z_STRLEN(znew_val) - UBYTES(1); in collator_convert_hash_item_from_utf8_to_utf16() 66 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 70 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 83 zval znew_val; in collator_convert_hash_item_from_utf16_to_utf8() local 99 ZVAL_NEW_STR( &znew_val, u8str); in collator_convert_hash_item_from_utf16_to_utf8() 103 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8() 107 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
|
Completed in 8 milliseconds