Wim Godden

Results 59 comments of Wim Godden

I'm personally in favour of using an elePHPant logo and maybe we could even use the official one. I like the concept of the 2nd logo (from small to big),...

This feature is on the nice-to-have list, since it's very complicated to detect this automatically. If possible, we will add it in the next few weeks.

@jasonEXA Could you give a try with version 8.2.0 to see if this is detected on your end, because it should be detected for quite a while already.

Can you provide a code sample ?

This was implemented some time ago. Closing. Feel free to reopen if anthing's still missing

I believe the ones that are marked pre-PHP7 belong in PHPCompatibility, since they are related to a specific version. Some of the others also were affected/introducted/removed/changed in a specific version.

> Coveralls is having some issues, I already have an issue open about this. I'm assuming you prefer to merge and fix that later ?

Looks like it's impossible to do it until the requirements are met :/

Actually the code example you mention works because $something isn't a string. This doesn't work however : ```php function testMe() { $something = 'a string'; $something[] = 'abc'; } ```...

Sounds interesting, but it would be a lot of work to get that working. In fact I'm not entirely sure it can be done with the different versions without writing...