Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h38 extern ZEND_API zend_class_entry *zend_ce_arithmetic_error;
H A Dzend_exceptions.c42 ZEND_API zend_class_entry *zend_ce_arithmetic_error; variable
782 zend_ce_arithmetic_error = register_class_ArithmeticError(zend_ce_error); in zend_register_default_exception()
783 zend_init_exception_class_entry(zend_ce_arithmetic_error); in zend_register_default_exception()
785 zend_ce_division_by_zero_error = register_class_DivisionByZeroError(zend_ce_arithmetic_error); in zend_register_default_exception()
H A Dzend_operators.c1907 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_left_function()
1944 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_right_function()
/php-src/ext/standard/
H A Dmath.c1456 …zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Division of PHP_INT_MIN by -1 is not an inte… in PHP_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2065 ir_CONST_ADDR(zend_ce_arithmetic_error), in zend_jit_negative_shift_stub()

Completed in 93 milliseconds