Thread Englischhilfe gesucht (5 answers)
Opened by Kuerbis at 2013-02-13 10:42

Kuerbis
 2013-02-13 10:42
#165762 #165762
User since
2011-03-20
942 Artikel
BenutzerIn
[default_avatar]
Hallo,

kann mir jemand sagen, welche in der jeweiligen Gruppe die beste Variante ist?
"my_function" braucht ein Argument (und ein optionales zweites ist möglich).

Code: (dl )
1
2
3
4
my_function: Called without arguments.
my_function: Called without an argument.
my_function: Called with no arguments.
my_function: Called with no argument.



Code: (dl )
1
2
my_function: Called with 3 arguments. "my_function" expects 1 or 2 arguments.
my_function: Called with 3 arguments. "my_function" takes 1 or 2 arguments.



Code: (dl )
1
2
3
my_function: First argument is not defined. An ARRAY reference is needed as a first argument.
my_function: First argument is not defined. An ARRAY reference is needed as the first argument.
my_function: First argument is not defined. An ARRAY reference is needed as first argument.

View full thread Englischhilfe gesucht