Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/intl/collator/ |
H A D | collator_convert.c | 39 const char* old_val; in collator_convert_hash_item_from_utf8_to_utf16() local 49 old_val = Z_STRVAL_P( hashData ); in collator_convert_hash_item_from_utf8_to_utf16() 53 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() 80 const char* old_val; in collator_convert_hash_item_from_utf16_to_utf8() local 89 old_val = Z_STRVAL_P( hashData ); in collator_convert_hash_item_from_utf16_to_utf8() 94 (UChar*)old_val, UCHARS(old_val_len), status ); in collator_convert_hash_item_from_utf16_to_utf8()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.h | 161 int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage);
|
H A D | zend_jit.c | 3587 int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) in zend_jit_debug_config() argument 3590 if (((old_val ^ new_val) & ZEND_JIT_DEBUG_PERSISTENT) != 0) { in zend_jit_debug_config()
|
Completed in 13 milliseconds