Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.h35 extern ZEND_API zend_class_entry *zend_ce_arithmetic_error;
H A Dzend_exceptions.c39 ZEND_API zend_class_entry *zend_ce_arithmetic_error; variable
884 zend_ce_arithmetic_error = zend_register_internal_class_ex(&ce, zend_ce_error); in zend_register_default_exception()
885 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
888 zend_ce_division_by_zero_error = zend_register_internal_class_ex(&ce, zend_ce_arithmetic_error); in zend_register_default_exception()
H A Dzend_operators.c1757 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_left_function()
1794 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_right_function()
/PHP-7.4/ext/standard/
H A Dmath.c1336 …zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Division of PHP_INT_MIN by -1 is not an inte… in PHP_FUNCTION()

Completed in 21 milliseconds