xref: /PHP-8.2/ext/calendar/tests/gh16258.phpt (revision a5e8ac62)
1--TEST--
2GH-16258 (jddayofweek overflow on argument)
3--EXTENSIONS--
4calendar
5--FILE--
6<?php
7jddayofweek(PHP_INT_MAX, 1);
8jddayofweek(PHP_INT_MIN, 1);
9echo "DONE";
10?>
11--EXPECT--
12DONE
13