/
proc
/
3430793
/
task
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
match
/
File Upload :
llllll
Current File: //proc/3430793/task/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/match/003.phpt
--TEST-- Match expression default case --FILE-- <?php function get_value($i) { return match ($i) { 1 => 1, 2 => 2, default => 'default', }; } echo get_value(0) . "\n"; echo get_value(1) . "\n"; echo get_value(2) . "\n"; echo get_value(3) . "\n"; ?> --EXPECT-- default 1 2 default
Copyright ©2k19 -
Hexid
|
Tex7ure