Contribution Date
Technology
Contribution Project
Contribution Details
function test()
{
return null;
}
function test()
{
return;
}
function test()
{
}
In all cases there for var_dump(test()); will be:
NULL
Kindly review a new patch.
Contribution Issue Link
Contribution Link
Files count
2
Patches count
1