Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.h298 ZEND_API zend_long ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict);
307 static zend_always_inline zend_long zval_get_long_ex(const zval *op, bool is_strict) { in zval_get_long_ex() argument
308 return EXPECTED(Z_TYPE_P(op) == IS_LONG) ? Z_LVAL_P(op) : zval_get_long_func(op, is_strict); in zval_get_long_ex()
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() argument
920 if (UNEXPECTED(is_strict)) { in zval_get_long_func()
944 if (UNEXPECTED(is_strict)) { in zval_get_long_func()

Completed in 14 milliseconds