When viewing a repository in Diffusion, clicking on a folder (eg https://my.phorge.site/source/myrepo/browse/master/myfolder/) will generate multiple strlen(null) exceptions under PHP 8.1
Fix is to replace all the strlen() calls with phutil_nonempty_string()
Fixes T15532