Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c1071 static zend_always_inline zend_string* zend_jit_fetch_dim_str_offset(zend_string *str, zend_long of… in zend_jit_fetch_dim_str_offset() function
1091 return zend_jit_fetch_dim_str_offset(str, offset); in zend_jit_fetch_dim_str_offset_r_helper()
1104 zend_string *ret = zend_jit_fetch_dim_str_offset(str, offset); in zend_jit_fetch_dim_str_r_helper()
1114 return zend_jit_fetch_dim_str_offset(str, offset); in zend_jit_fetch_dim_str_r_helper()

Completed in 22 milliseconds