Christoph M. Becker

Results 597 comments of Christoph M. Becker

Yeah, that is deliberate with so-called coercive typing: https://3v4l.org/5XuJf (strict typing would report a `TypeError`: https://3v4l.org/atl9B). There is [some documentation about that](https://www.php.net/manual/en/language.types.type-juggling.php#language.types.type-juggling.function.simple), but it doesn't cater to bool → int;...

This extension is [bundled with PHP](https://github.com/php/php-src/blob/PHP-7.0/ext/json) as of PHP 7.0.0. So just use this instead.

> [0x1] php_parallel!get_module + 0x2079 > […] > [0x7] php_pthreads!get_module + 0x42 Running parallel and pthreads simultaneously might not be the best idea.

Hmm, but see https://externals.io/message/67008#67010. ;)

I just landed https://github.com/php/doc-en/commit/0f27fadf81b66268edf545f13891401b4d53cc38, so this ticket can be closed. Thanks everybody!

This is now documented: https://github.com/php/doc-en/commit/cf3cad79fecf14a50718f490574ada9d3725a4f2. The ticket can be closed.

It seems that Animsition requires the [animation-duration property](https://developer.mozilla.org/de/docs/Web/CSS/animation-duration), and so [deliberately doesn't work on unsupported browsers](https://github.com/blivesta/animsition/blob/v4.0.2/src/js/animsition.js#L55-L70).

Indeed, the behavioral change is due to fixing php/php-src#8472. @bukka, could you please have a look?

I suggest not to think of "multi-dimensional" arrays in PHP; that eases the understanding how these are handled by language constructs and functions. That said, I'm not against adding such...

@tiffany-taylor, to make the white-space-checker happy, you need to squash the commits, and force-push.