From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<?php
function test()
{
// Body here.
}
function test()
{
echo 'foo';}
function test()
{
// Body here.
}
function test()
{
// Body here.
}
class MyClass
{
function test()
{
// Body here.
}
function test()
{
echo 'foo';}
function test()
{
// Body here.
}
function test()
{
// Body here.
}
}
$foo = function test()
{
// Body here.
};
$foo = function test()
{
echo 'foo';};
$foo = function test()
{
// Body here.
};
$foo = function test()
{
// Body here.
};