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 /
calendar /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
bug52744.phpt
257
B
-rw-rw-r--
2022-10-31 11:36
bug53574_1.phpt
560
B
-rw-rw-r--
2022-10-31 11:36
bug53574_2.phpt
573
B
-rw-rw-r--
2022-10-31 11:36
bug54254.phpt
1.63
KB
-rw-rw-r--
2022-10-31 11:36
bug55797_1.phpt
585
B
-rw-rw-r--
2022-10-31 11:36
bug55797_2.phpt
595
B
-rw-rw-r--
2022-10-31 11:36
bug67976.phpt
259
B
-rw-rw-r--
2022-10-31 11:36
bug71894.phpt
571
B
-rw-rw-r--
2022-10-31 11:36
bug80185.phpt
414
B
-rw-rw-r--
2022-10-31 11:36
bug80185_32bit.phpt
401
B
-rw-rw-r--
2022-10-31 11:36
cal_days_in_month.phpt
625
B
-rw-rw-r--
2022-10-31 11:36
cal_days_in_month_error1.phpt
434
B
-rw-rw-r--
2022-10-31 11:36
cal_from_jd.phpt
1.03
KB
-rw-rw-r--
2022-10-31 11:36
cal_from_jd_error1.phpt
291
B
-rw-rw-r--
2022-10-31 11:36
cal_info.phpt
5.45
KB
-rw-rw-r--
2022-10-31 11:36
cal_to_jd.phpt
300
B
-rw-rw-r--
2022-10-31 11:36
cal_to_jd_error1.phpt
287
B
-rw-rw-r--
2022-10-31 11:36
easter_date.phpt
486
B
-rw-rw-r--
2022-10-31 11:36
easter_days.phpt
192
B
-rw-rw-r--
2022-10-31 11:36
frenchtojd.phpt
233
B
-rw-rw-r--
2022-10-31 11:36
gregoriantojd.phpt
411
B
-rw-rw-r--
2022-10-31 11:36
gregoriantojd_overflow.phpt
231
B
-rw-rw-r--
2022-10-31 11:36
jddayofweek.phpt
1.08
KB
-rw-rw-r--
2022-10-31 11:36
jdmonthname.phpt
1.99
KB
-rw-rw-r--
2022-10-31 11:36
jdtofrench.phpt
318
B
-rw-rw-r--
2022-10-31 11:36
jdtogregorian.phpt
349
B
-rw-rw-r--
2022-10-31 11:36
jdtogregorian_overflow.phpt
598
B
-rw-rw-r--
2022-10-31 11:36
jdtojewish.phpt
1.48
KB
-rw-rw-r--
2022-10-31 11:36
jdtojewish64.phpt
404
B
-rw-rw-r--
2022-10-31 11:36
jdtojewish_hebrew.phpt
1016
B
-rw-rw-r--
2022-10-31 11:36
jdtojewish_overflow.phpt
508
B
-rw-rw-r--
2022-10-31 11:36
jdtojulian.phpt
332
B
-rw-rw-r--
2022-10-31 11:36
jdtomonthname.phpt
1.6
KB
-rw-rw-r--
2022-10-31 11:36
jdtounix.phpt
282
B
-rw-rw-r--
2022-10-31 11:36
jdtounix_error1.phpt
252
B
-rw-rw-r--
2022-10-31 11:36
jewishtojd.phpt
239
B
-rw-rw-r--
2022-10-31 11:36
juliantojd.phpt
346
B
-rw-rw-r--
2022-10-31 11:36
juliantojd_overflow.phpt
230
B
-rw-rw-r--
2022-10-31 11:36
skipif.inc
93
B
-rw-rw-r--
2022-10-31 11:36
unixtojd.phpt
1.59
KB
-rw-rw-r--
2022-10-31 11:36
unixtojd_error1.phpt
402
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- jdtomonthname() test --SKIPIF-- <?php if (!extension_loaded("calendar")) print "skip"; ?> --FILE-- <?php $jd_days = Array( 2453396, 2440588, -1, array(), 10000000 ); foreach ($jd_days as $jd_day) { echo "=== ", $jd_day, "\n"; var_dump(jdmonthname($jd_day,0)); var_dump(jdmonthname($jd_day,1)); var_dump(jdmonthname($jd_day,2)); var_dump(jdmonthname($jd_day,3)); var_dump(jdmonthname($jd_day,4)); var_dump(jdmonthname($jd_day,5)); echo "\n"; } echo "Done\n"; ?> --EXPECTF-- === 2453396 string(3) "Jan" string(7) "January" string(3) "Jan" string(7) "January" string(6) "Shevat" string(0) "" === 2440588 string(3) "Jan" string(7) "January" string(3) "Dec" string(8) "December" string(5) "Tevet" string(0) "" === -1 string(0) "" string(0) "" string(0) "" string(0) "" string(0) "" string(0) "" === Notice: Array to string conversion in %sjdtomonthname.php on line %d Array Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) Warning: jdmonthname() expects parameter 1 to be int, array given in %s on line %d bool(false) === 10000000 string(3) "Dec" string(8) "December" string(3) "Jul" string(4) "July" string(6) "Tishri" string(0) "" Done