📄 Viewing: 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)

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/lang