1
0
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:
Daniel Scherzer
2025-12-19 19:05:52 -08:00
committed by GitHub
parent 420f3dce52
commit cec087e02f

View File

@@ -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)
{