Description
Category:
Bug
Control reaches the end of the function without returning a value, but the return value of the function is used by a caller. This may lead to unexpected behavior.
Example
function
foo
()
{
}
$a
=
foo
();