Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_exceptions.h36 extern ZEND_API zend_class_entry *zend_ce_arithmetic_error;
H A Dzend_exceptions.c40 ZEND_API zend_class_entry *zend_ce_arithmetic_error; variable
887 zend_ce_arithmetic_error = zend_register_internal_class_ex(&ce, zend_ce_error); in zend_register_default_exception()
888 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
891 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.c1634 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_left_function()
1670 zend_throw_exception_ex(zend_ce_arithmetic_error, 0, "Bit shift by negative number"); in shift_right_function()
/PHP-7.1/ext/standard/
H A Dmath.c1296 …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 19 milliseconds