Searched refs:znew_val (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/intl/collator/ |
H A D | collator_convert.c | 45 zval znew_val; in collator_convert_hash_item_from_utf8_to_utf16() local 60 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16() 64 Z_STRLEN(znew_val) = Z_STRLEN(znew_val) - UBYTES(1); in collator_convert_hash_item_from_utf8_to_utf16() 68 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 72 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16() 85 zval znew_val; in collator_convert_hash_item_from_utf16_to_utf8() local 101 ZVAL_NEW_STR( &znew_val, u8str); in collator_convert_hash_item_from_utf16_to_utf8() 105 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8() 109 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
|
Completed in 7 milliseconds