Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.h302 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict);
309 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, false); in zval_get_long()
312 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, is_strict); in zval_get_long_ex()
372 #define _zval_get_long_func(op) zval_get_long_func(op)
H A Dzend_execute.c1677 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
2812 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_fetch_dimension_address_read()
H A Dzend_operators.c903 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict) /* {{{ */ in zval_get_long_func() function
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1060 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
1141 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_jit_fetch_dim_str_is_helper()

Completed in 43 milliseconds