Home
last modified time | relevance | path

Searched refs:old_val (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/intl/collator/
H A Dcollator_convert.c39 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-8.1/ext/opcache/jit/
H A Dzend_jit.h149 ZEND_EXT_API int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage);
H A Dzend_jit.c4860 ZEND_EXT_API int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) in zend_jit_debug_config() argument
4863 if (((old_val ^ new_val) & ZEND_JIT_DEBUG_PERSISTENT) != 0) { in zend_jit_debug_config()

Completed in 28 milliseconds