<?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]
- Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] c... Ron Chmara
- Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DE... Stanislav Malyshev
- Re: [PHP-DEV] RE: [PHP-QA] Re: [P... Ron Chmara
- Re: [PHP-DEV] RE: [PHP-QA] Re... Stanislav Malyshev
- Re: [PHP-DEV] RE: [PHP-QA] Re... Ron Chmara
- Re: [PHP-DEV] RE: [PHP-QA] Re... Stanislav Malyshev
- Re: [PHP-DEV] RE: [PHP-QA] Re... Boian Bonev
- Re: [PHP-DEV] RE: [PHP-QA] Re... Ron Chmara
- Re: [PHP-DEV] ctype function (re?)naming Marten Gustafsson
- [PHP-DEV] exits Backus-Naur Form? Thomas Fromm
- [PHP-DEV] RE: [PHP-QA] ctype function (re?)nam... Marten Gustafsson
- [PHP-DEV] RE: [PHP-QA] ctype function (re?)naming James Moore
- Re: [PHP-DEV] ctype function (re?)naming Andi Gutmans
- Re: [PHP-DEV] ctype function (re?)naming Phil Driscoll
- [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype functio... Karl Austin
- [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] ctype functio... Richard Lynch
- Re: [PHP-DEV] ctype function (re?)naming Phil Driscoll
