function test()
{
return null;
}
function test()
{
return;
}
function...

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 Author
Files count
2
Patches count
1