11 lines
193 B
PHP
11 lines
193 B
PHP
--TEST--
|
|
Bug #67976 (cal_days_month() fails for final month of the French calendar)
|
|
--EXTENSIONS--
|
|
calendar
|
|
--FILE--
|
|
<?php
|
|
var_dump(cal_days_in_month(CAL_FRENCH, 13, 14));
|
|
?>
|
|
--EXPECT--
|
|
int(5)
|