<?php
function my_func($a)
{
        echo 'a';
}

my_func();
?>

The above code snippet will result in "a" being printed, is there a reason
why functions execute even when arguments are omitted?


-Marten.
Icq# 38863127


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to