mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user