6eba57f898
func_get_args would only return declared parameters when used inside of namespaces. This allows it to work correctly in that case. Closes #832
14 linhas
105 B
Plaintext
14 linhas
105 B
Plaintext
int(5)
|
|
array(5) {
|
|
[0]=>
|
|
int(1)
|
|
[1]=>
|
|
int(2)
|
|
[2]=>
|
|
int(3)
|
|
[3]=>
|
|
int(4)
|
|
[4]=>
|
|
int(5)
|
|
}
|