--------Wrong:--------
Warning: array_sum(): Addition is not supported on type SomeEnum in /in/lF7SE on line 19
int(0)
Warning: array_sum(): Addition is not supported on type array in /in/lF7SE on line 20
int(0)
Warning: array_sum(): Addition is not supported on type stdClass in /in/lF7SE on line 21
int(0)
Warning: array_sum(): Addition is not supported on type string in /in/lF7SE on line 22
int(0)
Warning: array_sum(): Addition is not supported on type resource in /in/lF7SE on line 23
int(7)
Warning: array_sum(): Addition is not supported on type ClassWithToString in /in/lF7SE on line 25
int(0)
Warning: array_product(): Multiplication is not supported on type SomeEnum in /in/lF7SE on line 27
int(1)
Warning: array_product(): Multiplication is not supported on type array in /in/lF7SE on line 28
int(1)
Warning: array_product(): Multiplication is not supported on type stdClass in /in/lF7SE on line 29
int(1)
Warning: array_product(): Multiplication is not supported on type string in /in/lF7SE on line 30
int(0)
Warning: array_product(): Multiplication is not supported on type resource in /in/lF7SE on line 31
int(8)
Warning: array_product(): Multiplication is not supported on type ClassWithToString in /in/lF7SE on line 33
int(1)
--------Correct:--------
float(24.7)
float(0)