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.119
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 /
bcmath /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
bcadd.phpt
327
B
-rw-rw-r--
2022-10-31 11:36
bcadd_variation001.phpt
272
B
-rw-rw-r--
2022-10-31 11:36
bccomp.phpt
353
B
-rw-rw-r--
2022-10-31 11:36
bccomp_variation001.phpt
269
B
-rw-rw-r--
2022-10-31 11:36
bccomp_variation002.phpt
262
B
-rw-rw-r--
2022-10-31 11:36
bcdiv.phpt
342
B
-rw-rw-r--
2022-10-31 11:36
bcdiv_error1.phpt
306
B
-rw-rw-r--
2022-10-31 11:36
bcmod.phpt
380
B
-rw-rw-r--
2022-10-31 11:36
bcmod_error2.phpt
222
B
-rw-rw-r--
2022-10-31 11:36
bcmul.phpt
353
B
-rw-rw-r--
2022-10-31 11:36
bcpow.phpt
305
B
-rw-rw-r--
2022-10-31 11:36
bcpow_error1.phpt
320
B
-rw-rw-r--
2022-10-31 11:36
bcpow_error2.phpt
324
B
-rw-rw-r--
2022-10-31 11:36
bcpow_variation001.phpt
185
B
-rw-rw-r--
2022-10-31 11:36
bcpowmod.phpt
346
B
-rw-rw-r--
2022-10-31 11:36
bcpowmod_error4.phpt
293
B
-rw-rw-r--
2022-10-31 11:36
bcscale.phpt
313
B
-rw-rw-r--
2022-10-31 11:36
bcscale_variation001.phpt
201
B
-rw-rw-r--
2022-10-31 11:36
bcscale_variation002.phpt
191
B
-rw-rw-r--
2022-10-31 11:36
bcscale_variation003.phpt
264
B
-rw-rw-r--
2022-10-31 11:36
bcsqrt.phpt
270
B
-rw-rw-r--
2022-10-31 11:36
bcsqrt_error1.phpt
316
B
-rw-rw-r--
2022-10-31 11:36
bcsqrt_variation001.phpt
175
B
-rw-rw-r--
2022-10-31 11:36
bcsub.phpt
373
B
-rw-rw-r--
2022-10-31 11:36
bug.66364.phpt
260
B
-rw-rw-r--
2022-10-31 11:36
bug44995.phpt
324
B
-rw-rw-r--
2022-10-31 11:36
bug46781.phpt
305
B
-rw-rw-r--
2022-10-31 11:36
bug54598.phpt
306
B
-rw-rw-r--
2022-10-31 11:36
bug60377.phpt
297
B
-rw-rw-r--
2022-10-31 11:36
bug72093.phpt
345
B
-rw-rw-r--
2022-10-31 11:36
bug75178.phpt
470
B
-rw-rw-r--
2022-10-31 11:36
bug78238.phpt
324
B
-rw-rw-r--
2022-10-31 11:36
bug78878.phpt
269
B
-rw-rw-r--
2022-10-31 11:36
scale.phpt
673
B
-rw-rw-r--
2022-10-31 11:36
scale_ini.phpt
675
B
-rw-rw-r--
2022-10-31 11:36
str2num_formatting.phpt
1.71
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- bcmod() function --SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 --FILE-- <?php echo bcmod("11", "2"),"\n"; echo bcmod("-1", "5"),"\n"; echo bcmod("8728932001983192837219398127471", "1928372132132819737213"),"\n"; echo bcmod("3.5", "4", 1),"\n"; echo bcmod("1071", "357.5"),"\n"; ?> --EXPECT-- 1 -1 1459434331351930289678 3.5 356