Stanislav Eismont
Stanislav Eismont
Support of composer autoload psr-0 scheme is added: https://getcomposer.org/doc/04-schema.md#psr-0
Add support of php 7.3.0 striping indent of heredoc and nowdoc string feature: the closing identifier may be indented by space or tab, in which case the indentation will be...
This PR is the last in `DateTime` - related family of patches. Previous was: [1](https://github.com/VKCOM/kphp/pull/598) and [2](https://github.com/VKCOM/kphp/pull/648). It adds `DateInterval` class and related functionality in `DateTime` and `DateTimeImmutable`, namely `add/sub/diff`...
Add [mb_internal_encoding()](https://www.php.net/manual/en/function.mb-internal-encoding.php) function.