Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/standard/tests/file/windows_mb_path/util.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down