Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h289 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(zval *op, bool is_strict);
295 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, false); in zval_get_long()
298 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, is_strict); in zval_get_long_ex()
358 #define _zval_get_long_func(op) zval_get_long_func(op)
H A Dzend_execute.c1580 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
2707 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_fetch_dimension_address_read()
H A Dzend_operators.c844 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(zval *op, bool is_strict) /* {{{ */ in zval_get_long_func() function
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c1066 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
1145 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_jit_fetch_dim_str_is_helper()

Completed in 38 milliseconds