Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Date/
H A DAbstractCalendarDate.php38 use function strpbrk; alias
876 if ($this->day !== 0 && strpbrk($date_format, 'dDj')) {
879 } elseif ($this->month !== 0 && strpbrk($date_format, 'FMmn')) {