Andreas Hennings

Results 162 comments of Andreas Hennings

Hi, In the fork I made some changes which take away stuff from the original autoload-bench. E.g. I no longer measure file_exists(), I only count it (and the boring result:...

This being said: How can I continue to do PRs to your stuff, if my own master is a fork that I don't intend to merge back? Maybe it would...

> Anyway I don't think the file_exists checks count should be the same for every autoloader so I think you got something weird going on :) A PSR-0/composer style one...

Thanks! So for any intended use I will put a `/** @noinspection PotentialMalwareInspection */`.

A first step could be a better explanation in the help text. Ofc any code inserted by others can be compromising, using only innocent-looking functions. So I wonder how useful...

I have another scenario here. It seems a very specific edge case, as if "" are treated differently with object properties. ```php

The two commits from #213 will be squashed in the backported PR.

Hi, it has been a while since I wrote and used this library, so I will play around and see how far I get.

Do the machine names reflect the hierarchy always, in your use case?

Ok, here is my solution. ```php /** * @var bool[] $colNames * Format: $[$colName] = $isLeaf */ $colNames = [ 'F1' => false, 'F1.F4' => true, 'F1.F5' => true, 'F2'...