Miloslav Hůla

Results 108 comments of Miloslav Hůla

I would consider sytanx for static method call as `[MyClass::class, 'method']`. It is easier to maintain in IDE. Sure, uglier version `[MyClass::class . '::method']` would work ;)

Probably `[[MyClass::class, 'method'], 'arg', 'arg']` but save your time and don't edit it now. It's just note.

`umask()` only restricts default values in `fopen()`, `mkdir()` and similar. Default value for files is `0666`, for directories `0777`. If you call `chmod()`, you set exactly the permissions which you...

@fabik Yes, that PHP example is wrong. They should use `mkdir()` instead of `chmod()`.

The `GLOB` operator does not also work?

Panel looks nice, but I see many problems :) It should be universal, for any IStorage. But it requires change in storage interface. Something like `readAll()` which can be huge....

Spíš doplnit. Pošleš PR?

Ale někdo to zanalyzovat a vysvětlit musí.

Doc would deserve some update on this topic. In parallel applies on test files. And when TestCase uses `@testCase`, it applies to every TestCase `testMethod()` too.

Sure! I tollay forgot about this issue.