/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
match
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/match/001.phpt
--TEST-- Basic match expression functionality test --FILE-- <?php function wordify($x) { return match ($x) { 0 => 'Zero', 1 => 'One', 2 => 'Two', 3 => 'Three', 4 => 'Four', 5 => 'Five', 6 => 'Six', 7 => 'Seven', 8 => 'Eight', 9 => 'Nine', }; } for ($i = 0; $i <= 9; $i++) { print wordify($i) . "\n"; } ?> --EXPECT-- Zero One Two Three Four Five Six Seven Eight Nine
Copyright ©2k19 -
Hexid
|
Tex7ure