var_dump(strlen('The path can be one of the following:
'));
везде выдает у меня 39 (для утф-8)
А если запускать этот файл то выдает 38.
_____________
There never was a struggle in the soul of a good man that was not hard
var_dump(strlen('The path can be one of the following:
'));
var_dump(strlen("\n")); // 1
var_dump(strlen("\r\n")); // 2