Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.h311 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict);
318 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, false); in zval_get_long()
321 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, is_strict); in zval_get_long_ex()
381 #define _zval_get_long_func(op) zval_get_long_func(op)
H A Dzend_execute.c1766 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
3008 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_fetch_dimension_address_read()
H A Dzend_operators.c901 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict) /* {{{ */ in zval_get_long_func() function
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c1068 return zval_get_long_func(dim, /* is_strict */ false); in zend_check_string_offset()
1149 offset = zval_get_long_func(dim, /* is_strict */ false); in zend_jit_fetch_dim_str_is_helper()

Completed in 45 milliseconds