What will be the result of executing following code?
function foo($bar = "baz") {
    return $bar;
}
echo foo();
echo foo(null);
echo foo("qux");
Explanation
Get an explanation when it's available:

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по PHP
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты