mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/standard/tests/file/windows_mb_path/util.inc: fix typo (#20723)
"zend.multibyte related stuff" probably doesn't taste too good [skip ci]
This commit is contained in:
@@ -90,7 +90,7 @@ function remove_data($id, $dir = NULL)
|
||||
}
|
||||
}
|
||||
|
||||
/* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
|
||||
/* Keep this file ASCII, so zend.multibyte related stuff can be tested as well. */
|
||||
include __DIR__ . DIRECTORY_SEPARATOR . "util_utf8.inc";
|
||||
function create_data($id, $item = "", $cp = 65001)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user