Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Dec 8, 2021
1 parent f55541a commit 6db4331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/via-http/strftime-function.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


if (version_compare(PHP_VERSION, '8.1', '>=')) {
echo '<div style="border-left: 5px solid #f00; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); font-size: 1em; padding: 2px 5px;"><code>strftime()</code> function was deprecated since PHP 8.1.</div>' . PHP_EOL;
echo '<div style="border-left: 5px solid #f00; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); font-size: 1em; padding: 2px 5px;"><code>strftime()</code> is deprecated since PHP 8.1.</div>' . PHP_EOL;
}

$locale = 'th';
Expand Down

0 comments on commit 6db4331

Please sign in to comment.