Danil Ovchinnikov

Results 56 issues of Danil Ovchinnikov

### Features * KPHP analyzes your code as a whole and performs various optimizations focusing on performance and safety. * Inferring types of all variables, how to declare them in...

I would like to see native support for parsing yaml files. As it is already done in PHP: https://www.php.net/manual/en/ref.yaml.php To work with the files, you can use the attached library:...

missing functions

### Description It would be cool to see the extension for custom tags. We have our own tags that describe [Array shapes](https://phpstan.org/writing-php-code/phpdoc-types#array-shapes) as in PhpStan: ```php /** * @param tuple(T1,...

See: https://www.php.net/manual/en/ini.core.php#ini.disable-functions

missing functionality
compiler

```c++ parse_option("runtime-config", required_argument, 2032, "JSON file path that will be available at runtime as 'mixed' via 'kphp_runtime_config()"); ``` Why `kphp_runtime_config`? As a result, we chose `kphp_get_runtime_config` :c See https://github.com/VKCOM/kphp/pull/667

documentation
small fix