/
proc
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
variadic
/
File Upload :
llllll
Current File: //proc/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/variadic/by_ref.phpt
--TEST-- Variadic arguments with by-reference passing --FILE-- <?php function test(&... $args) { $i = 0; foreach ($args as &$arg) { $arg = $i++; } } test(); test($a); var_dump($a); test($b, $c, $d); var_dump($b, $c, $d); ?> --EXPECT-- int(0) int(0) int(1) int(2)
Copyright ©2k19 -
Hexid
|
Tex7ure