Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance
47 const char* old_val; in collator_convert_hash_item_from_utf8_to_utf16() local61 old_val = Z_STRVAL_P( *hashData ); in collator_convert_hash_item_from_utf8_to_utf16()65 intl_convert_utf8_to_utf16( &new_val, &new_val_len, old_val, old_val_len, status ); in collator_convert_hash_item_from_utf8_to_utf16()91 const char* old_val; in collator_convert_hash_item_from_utf16_to_utf8() local105 old_val = Z_STRVAL_P( *hashData ); in collator_convert_hash_item_from_utf16_to_utf8()110 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
351 zval old_val; in replace_var_by_const() local352 old_val = *val; in replace_var_by_const()355 *val = old_val; in replace_var_by_const()437 zval old_val; in replace_tmp_by_const() local438 old_val = *val; in replace_tmp_by_const()441 *val = old_val; in replace_tmp_by_const()
317 char *old_val; in PHP_FUNCTION() local323 old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name); in PHP_FUNCTION()329 if (old_val) { in PHP_FUNCTION()330 RETURN_STRING(old_val, 1); in PHP_FUNCTION()
Completed in 11 milliseconds