Fix test expectation for single digit days

See <https://github.com/php/php-src/pull/16747#pullrequestreview-2444293792>.

Co-authored-by: Ayesh Karunaratne <ayesh@aye.sh>
This commit is contained in:
Christoph M. Becker 2024-11-19 12:28:32 +01:00
parent ff5b42b839
commit 2834f47031
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -5,4 +5,4 @@ PHP_BUILD_DATE
var_dump(PHP_BUILD_DATE);
?>
--EXPECTREGEX--
string\(20\) "[A-Za-z]{3} \d{2} \d{4} \d{2}:\d{2}:\d{2}"
string\(20\) "[A-Za-z]{3} ( \d|\d{2}) \d{4} \d{2}:\d{2}:\d{2}"