-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/lang/
File Upload :
Current File : //usr/src/php/tests/lang/func_num_args.001.phpt

--TEST--
func_num_args with no args
--FILE--
<?php

function foo()
{
	var_dump(func_num_args());	
}
foo();

?>
--EXPECT--
int(0)

Copyright © 2017 || Recoded By Mr.Bumblebee