mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08: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:
parent
ff5b42b839
commit
2834f47031
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user