Penguin
Annotated edit history of SIGFPE version 2, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 !!! Signal: FloatingPoint Exception
1 PerryLorier 2
3 Some floating point error occured such as:
4
2 AristotlePagaltzis 5 * Integer divide by zero
6 * Integer overflow
7 * FloatingPoint divide by zero
8 * FloatingPoint overflow
9 * FloatingPoint underflow
10 * FloatingPoint inexact result
11 * FloatingPoint invalid operation
12 * Subscript out of range
13
14 FloatingPoint errors by default cause your program to terminate and dump core.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()