Home
last modified time | relevance | path

Searched refs:real_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c1076 zend_long real_offset = (zend_long)ZSTR_LEN(str) + offset; in zend_jit_fetch_dim_str_offset() local
1078 if (EXPECTED(real_offset >= 0)) { in zend_jit_fetch_dim_str_offset()
1079 return ZSTR_CHAR((uint8_t)ZSTR_VAL(str)[real_offset]); in zend_jit_fetch_dim_str_offset()
1157 zend_long real_offset = (zend_long)ZSTR_LEN(str) + offset; in zend_jit_fetch_dim_str_is_helper() local
1159 if (real_offset >= 0) { in zend_jit_fetch_dim_str_is_helper()
1160 ZVAL_CHAR(result, (uint8_t)ZSTR_VAL(str)[real_offset]); in zend_jit_fetch_dim_str_is_helper()
/PHP-8.4/Zend/
H A Dzend_execute.c3023 zend_long real_offset; in zend_fetch_dimension_address_read() local
3025 real_offset = (UNEXPECTED(offset < 0)) /* Handle negative offset */ in zend_fetch_dimension_address_read()
3027 c = (zend_uchar)ZSTR_VAL(str)[real_offset]; in zend_fetch_dimension_address_read()

Completed in 42 milliseconds